]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket error
authorSteve French <smfltc@us.ibm.com>
Wed, 22 Feb 2006 23:31:52 +0000 (17:31 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 22 Feb 2006 23:20:33 +0000 (15:20 -0800)
commit0409de248927d95a9235e566d89fefbc6ed534ce
treea6ae4784522a03c5b8eb6041ef0da5e8c81b14dc
parentb1c3f605a7619ed073070e4ec83b72d084f567bd
[PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket error

Thanks to Adrian Bunk for debugging the problem and to Shaggy for
helping find the solution.

Also added a fix for 64K pages we found in loosely-related testing

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/cifs/cifssmb.c
fs/cifs/connect.c