summaryrefslogtreecommitdiffstats
path: root/kernel/smp.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-03-15 10:42:38 +0100
committerMartin K. Petersen <martin.petersen@oracle.com>2020-03-17 13:36:11 -0400
commit6f0cf4247442b24486f64df8b613deb294274b7c (patch)
tree335a68df9837a5593fcfe8b32f368bc1408f3e29 /kernel/smp.c
parent473e554d656eb6d81df005a67f243b418554f5e5 (diff)
downloadlinux-stable-6f0cf4247442b24486f64df8b613deb294274b7c.tar.gz
linux-stable-6f0cf4247442b24486f64df8b613deb294274b7c.tar.bz2
linux-stable-6f0cf4247442b24486f64df8b613deb294274b7c.zip
scsi: ipr: 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(). Link: https://lore.kernel.org/r/20200315094241.9086-6-tiwai@suse.de Cc: "James E . J . Bottomley" <jejb@linux.ibm.com> Cc: "Martin K . Petersen" <martin.petersen@oracle.com> Cc: Brian King <brking@us.ibm.com> Cc: linux-scsi@vger.kernel.org Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'kernel/smp.c')
0 files changed, 0 insertions, 0 deletions