cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflows
authorSuresh Jayaraman <sjayaraman@suse.de>
Mon, 20 Apr 2009 13:24:36 +0000 (18:54 +0530)
committerSteve French <sfrench@us.ibm.com>
Mon, 20 Apr 2009 19:58:09 +0000 (19:58 +0000)
commit7b0c8fcff47a885743125dd843db64af41af5a61
tree144e5390001c8e49ec2fd0fcdb9274d68e6b50bd
parent968460ebd8006d55661dec0fb86712b40d71c413
cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflows

Increase size of tmp_buf to possible maximum to avoid potential
overflows.

Pointed-out-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/readdir.c