diff options
author | Gavin Schenk <g.schenk@eckelmann.de> | 2018-02-14 17:25:02 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-03-15 20:07:46 +0300 |
commit | f87deada80fe483e2286e29cd866dc66ddc2b6bc (patch) | |
tree | bcc1c18916e587af9591a24bea3663d589ac5bd8 /lib/devres.c | |
parent | 3ba9faedc180097805613dac7a866432852cc4e5 (diff) | |
download | linux-f87deada80fe483e2286e29cd866dc66ddc2b6bc.tar.xz |
siox: fix possible buffer overflow in device_add_store
Width 20 given in format string is larger than destination
buffer 'type[20]', use %19s to prevent overflowing it.
Fixes: bbecb07fa0af ("siox: new driver framework for eckelmann SIOX")
Cc: stable <stable@vger.kernel.org>
Reported-by: David Binderman <dcb314@hotmail.com>
Signed-off-by: Gavin Schenk <g.schenk@eckelmann.de>
Reviewed-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib/devres.c')
0 files changed, 0 insertions, 0 deletions