[U-Boot] [PATCH] fix cramfs resolve in case of two files, which start with same chars

2011-07-28 Thread Peter Feuerer
Hi, when having two (or more) files in cramfs which start with same name, cramfs_resolve didn't check the filename length and thus returned potentially the wrong file. kind regards, --peter; Signed-off-by: Peter Feuerer p...@sysgo.com --- diff -ur u-boot-2011.06_original/fs/cramfs/cramfs.c

Re: [U-Boot] [PATCH] fix cramfs resolve in case of two files, which start with same chars

2011-07-28 Thread Wolfgang Denk
Dear Peter Feuerer, In message 4e311948.1000...@sysgo.com you wrote: Hi, when having two (or more) files in cramfs which start with same name, cramfs_resolve didn't check the filename length and thus returned potentially the wrong file. kind regards, --peter; Please move greetings