summaryrefslogtreecommitdiff
path: root/drivers/scsi/hisi_sas/hisi_sas_v1_hw.c
diff options
context:
space:
mode:
authorInsu Yun <wuninsu@gmail.com>2016-01-06 17:44:01 (GMT)
committerMartin K. Petersen <martin.petersen@oracle.com>2016-01-08 02:51:19 (GMT)
commitd63c7dd5bcb9441af0526d370c43a65ca2c980d9 (patch)
tree63e4b30f998ecafe86821e5e4590973f1acebd97 /drivers/scsi/hisi_sas/hisi_sas_v1_hw.c
parent9055082fb100cc66e20c048251d05159f5f2cfba (diff)
downloadlinux-d63c7dd5bcb9441af0526d370c43a65ca2c980d9.tar.xz
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/hisi_sas/hisi_sas_v1_hw.c')
0 files changed, 0 insertions, 0 deletions