aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/ultrastor.h
diff options
context:
space:
mode:
authorInsu Yun2016-01-06 12:44:01 -0500
committerMartin K. Petersen2016-01-07 21:51:19 -0500
commitd63c7dd5bcb9441af0526d370c43a65ca2c980d9 (patch)
tree63e4b30f998ecafe86821e5e4590973f1acebd97 /drivers/scsi/ultrastor.h
parent9055082fb100cc66e20c048251d05159f5f2cfba (diff)
ipr: Fix out-of-bounds null overwrite
Return value of snprintf is not bound by size value, 2nd argument. (https://www.kernel.org/doc/htmldocs/kernel-api/API-snprintf.html). Return value is number of printed chars, can be larger than 2nd argument. Therefore, it can write null byte out of bounds ofbuffer. Since snprintf puts null, it does not need to put additional null byte. Signed-off-by: Insu Yun <wuninsu@gmail.com> Reviewed-by: Shane Seymour <shane.seymour@hpe.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/ultrastor.h')
0 files changed, 0 insertions, 0 deletions