diff options
author | Jeff Layton <jlayton@redhat.com> | 2009-04-16 11:21:52 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-04-17 01:26:50 +0000 |
commit | f083def68f84b04fe3f97312498911afce79609e (patch) | |
tree | f7550b49ad4b364f542dd1afe1bd2736fd34485f /scripts | |
parent | 27b87fe52baba0a55e9723030e76fce94fabcea4 (diff) | |
download | op-kernel-dev-f083def68f84b04fe3f97312498911afce79609e.zip op-kernel-dev-f083def68f84b04fe3f97312498911afce79609e.tar.gz |
cifs: fix buffer size for tcon->nativeFileSystem field
The buffer for this was resized recently to fix a bug. It's still
possible however that a malicious server could overflow this field
by sending characters in it that are >2 bytes in the local charset.
Double the size of the buffer to account for this possibility.
Also get rid of some really strange and seemingly pointless NULL
termination. It's NULL terminating the string in the source buffer,
but by the time that happens, we've already copied the string.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions