]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[CIFS] Fix missing entries in search results when very long file names and
authorSteve French <sfrench@us.ibm.com>
Wed, 3 Aug 2005 04:31:05 +0000 (21:31 -0700)
committerSteve French <sfrench@us.ibm.com>
Wed, 3 Aug 2005 04:31:05 +0000 (21:31 -0700)
commitef6724e32142c2d9ca252d423cacc435c142734e
tree5d002426e75eba4e2299b8bcc1f476c75ffb6cf2
parentbcf7e34a71afe24dc210b7825f6f139774cb905c
[CIFS] Fix missing entries in search results when very long file names and
more than 50 (or so) of such long search entries in the directory.  FindNext
could send corrupt last byte of resume name when resume key was a few hundred
bytes long file name or longer.

Fixes Samba Bug # 2932

Signed-off-by: Steve French (sfrench@us.ibm.com)
fs/cifs/cifssmb.c