Re: [PATCH 1/1] fs: fat_write: fix short name creation.

2020-07-07 Thread Tom Rini
On Tue, May 26, 2020 at 09:06:50PM +0200, Heinrich Schuchardt wrote: > Truncate file names if the buffer size is exceeded to avoid a buffer > overflow. > > Use Sphinx style function description. > > Add a TODO comment. > > Reported-by: CID 303779 > Signed-off-by: Heinrich Schuchardt >

Re: [PATCH 1/1] fs: fat_write: fix short name creation.

2020-05-31 Thread Simon Glass
Hi Heinrich, On Tue, 26 May 2020 at 13:12, Heinrich Schuchardt wrote: > > Truncate file names if the buffer size is exceeded to avoid a buffer > overflow. > > Use Sphinx style function description. > > Add a TODO comment. > > Reported-by: CID 303779 > Signed-off-by: Heinrich Schuchardt > --- >

[PATCH 1/1] fs: fat_write: fix short name creation.

2020-05-26 Thread Heinrich Schuchardt
Truncate file names if the buffer size is exceeded to avoid a buffer overflow. Use Sphinx style function description. Add a TODO comment. Reported-by: CID 303779 Signed-off-by: Heinrich Schuchardt --- fs/fat/fat_write.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-)