aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2019-07-16 16:30:03 -0700
committerLinus Torvalds <[email protected]>2019-07-16 19:23:24 -0700
commit156e0b1a8112b76e351684ac948c59757037ac36 (patch)
treeae32050682ced663e04100253e1daeba3d2225da /scripts/gdb/linux/utils.py
parentac301020627e258a304f40cab5b35b6814a6f033 (diff)
drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some strings
The dev_info.name[] array has space for RIO_MAX_DEVNAME_SZ + 1 characters. But the problem here is that we don't ensure that the user put a NUL terminator on the end of the string. It could lead to an out of bounds read. Link: http://lkml.kernel.org/r/20190529110601.GB19119@mwanda Fixes: e8de370188d0 ("rapidio: add mport char device driver") Signed-off-by: Dan Carpenter <[email protected]> Acked-by: Alexandre Bounine <[email protected]> Cc: Ira Weiny <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions