summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2019-07-16 16:30:03 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-08-06 19:06:52 +0200
commitf87314225294217c00bf80f56e21c57515f214a1 (patch)
treee274b9d36250a5d838a7a4fc16424c7a772e86eb /ipc
parent35ee8b844845a16de36258edad2577c8dd0a66f6 (diff)
downloadlinux-stable-f87314225294217c00bf80f56e21c57515f214a1.tar.gz
linux-stable-f87314225294217c00bf80f56e21c57515f214a1.tar.bz2
linux-stable-f87314225294217c00bf80f56e21c57515f214a1.zip
drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some strings
[ Upstream commit 156e0b1a8112b76e351684ac948c59757037ac36 ] 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 <dan.carpenter@oracle.com> Acked-by: Alexandre Bounine <alex.bou9@gmail.com> Cc: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions