Re: [PATCH] siox: fix possible buffer overflow in device_add_store

2018-03-02 Thread Uwe Kleine-König
Hello Greg, On Wed, Feb 14, 2018 at 06:00:21PM +0100, Uwe Kleine-König wrote: > On Wed, Feb 14, 2018 at 03:25:02PM +0100, Gavin Schenk wrote: > > Width 20 given in format string is larger than destination > > buffer 'type[20]', use %19s to prevent overflowing it. > > > > Fixes: bbecb07fa0af

Re: [PATCH] siox: fix possible buffer overflow in device_add_store

2018-03-02 Thread Uwe Kleine-König
Hello Greg, On Wed, Feb 14, 2018 at 06:00:21PM +0100, Uwe Kleine-König wrote: > On Wed, Feb 14, 2018 at 03:25:02PM +0100, Gavin Schenk wrote: > > Width 20 given in format string is larger than destination > > buffer 'type[20]', use %19s to prevent overflowing it. > > > > Fixes: bbecb07fa0af

Re: [PATCH] siox: fix possible buffer overflow in device_add_store

2018-02-14 Thread Uwe Kleine-König
Hello, On Wed, Feb 14, 2018 at 03:25:02PM +0100, Gavin Schenk wrote: > 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") > Reported-by: David Binderman

Re: [PATCH] siox: fix possible buffer overflow in device_add_store

2018-02-14 Thread Uwe Kleine-König
Hello, On Wed, Feb 14, 2018 at 03:25:02PM +0100, Gavin Schenk wrote: > 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") > Reported-by: David Binderman >