windows-smb-is-mask-20081119
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 19 Nov 2008 12:36:39 +0000 (12:36 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 19 Nov 2008 12:36:39 +0000 (12:36 +0000)
commitf3384d6378173dbaf550283851a8948654af548c
tree74d4ca1e07587c2f8bd2a274d6cde1d9b6d7088b
parent122833a44eed58273e73992df815c7718ac6e4f7
windows-smb-is-mask-20081119

LICENSE MIT
FIXES 123680

Examination of dump shows that smb_IsMask is being called on a
non-8.3 input buffer.   Separate smb_IsMask() into smb_Is8Dot3Mask()
for 8.3 input buffers and smb_IsMask() for non-8.3 input buffers.
src/WINNT/afsd/smb.c