diff options
| author | 2021-04-20 20:01:52 +0200 | |
|---|---|---|
| committer | 2021-08-01 13:26:38 -0400 | |
| commit | a40662c90d974a89d2f5d627542b63bed88e72f0 (patch) | |
| tree | c400a7efc534ef75e6a5acd85d667069cf898ec9 /scripts/patch-kernel | |
| parent | scsi: BusLogic: Fix missing pr_cont() use (diff) | |
scsi: BusLogic: Avoid unbounded vsprintf() use
Existing blogic_msg() invocations do not appear to overrun its internal
buffer of a fixed length of 100, which would cause stack corruption, but
it's easy to miss with possible further updates and a fix is cheap in
performance terms, so limit the output produced into the buffer by using
vscnprintf() rather than vsprintf().
Link: https://lore.kernel.org/r/alpine.DEB.2.21.2104201939390.44318@angie.orcam.me.uk
Acked-by: Khalid Aziz <khalid@gonehiking.org>
Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
