]> asedeno.scripts.mit.edu Git - linux.git/commit
HID: hid-sensor-custom: Use scnprintf() for avoiding potential buffer overflow
authorTakashi Iwai <tiwai@suse.de>
Wed, 11 Mar 2020 07:38:24 +0000 (08:38 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 11 Mar 2020 10:58:58 +0000 (11:58 +0100)
commit62a1a58039595698f644f560f00105bb4d5f5c7f
tree5b04a64465ee8f2ce07898bbc81854e6c7adf1cf
parent42f502dfe132edb8d7a47e6c0641ed82d718ad0b
HID: hid-sensor-custom: Use scnprintf() for avoiding potential buffer overflow

Since snprintf() returns the would-be-output size instead of the
actual output size, the succeeding calls may go beyond the given
buffer limit.  Fix it by replacing with scnprintf().

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-sensor-custom.c