diff options
author | Steven Danneman <steven.danneman@isilon.com> | 2010-01-30 13:29:23 -0800 |
---|---|---|
committer | Steven Danneman <steven.danneman@isilon.com> | 2010-01-30 13:38:31 -0800 |
commit | f42971c520360e69c4cdd64bebb02a5f5ba49b94 (patch) | |
tree | eb8900699a2eeacb58553a81b87b7b93d7c7861d /testsuite/build_farm/torture-LOCK1.test | |
parent | 772d808ac862862330dd792ba8e83ba2b3c785b3 (diff) | |
download | samba-f42971c520360e69c4cdd64bebb02a5f5ba49b94.tar.gz samba-f42971c520360e69c4cdd64bebb02a5f5ba49b94.tar.bz2 samba-f42971c520360e69c4cdd64bebb02a5f5ba49b94.zip |
s3/smbd: Fix string buffer overflow causing heap corruption
The destname malloc size was not taking into account the 1 extra byte
needed if a string without a leading '/' was passed in and that slash
was added.
This would cause the '\0' byte to be written past the end of the
malloced destname string and corrupt whatever heap memory was there.
This problem would be hit if a share name was given in smb.conf without
a leading '/' and if it was the exact size of the allocated STRDUP memory
which in some implementations of malloc is a power of 2.
Diffstat (limited to 'testsuite/build_farm/torture-LOCK1.test')
0 files changed, 0 insertions, 0 deletions