diff options
author | Takashi Iwai <[email protected]> | 2020-03-15 10:42:41 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2020-03-17 13:36:13 -0400 |
commit | 181aea8948e1e78f3cf59e1261d481011dfc3b10 (patch) | |
tree | 6a8f70feadfd9fde50c93c8aa7e4282da2d1fd77 /drivers/usb/cdns3/cdns3-debug.h | |
parent | 81546b3273a13a23db86e099a66500824f876c12 (diff) |
scsi: smartpqi: 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/[email protected]
Cc: "James E . J . Bottomley" <[email protected]>
Cc: "Martin K . Petersen" <[email protected]>
Cc: Don Brace <[email protected]>
Cc: [email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions