]> git.ipfire.org Git - thirdparty/squid.git/commit
ntlm_smb_lm_auth: better bounds checking
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 30 Nov 2012 13:30:40 +0000 (06:30 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 30 Nov 2012 13:30:40 +0000 (06:30 -0700)
commit4a69ec39987a397fde7bf61b17cbb52da83ac32c
tree5b28b6cf75ef06a81c54545e18bdf3f2020838ef
parente9bfaa8edf5ca273aea5f8986d083efbe0cd23ba
ntlm_smb_lm_auth: better bounds checking

Protect against overflow of domain and domain controlleler FQDN buffers
leading to missing nul-termination string errors.

 Detected by Coverity Scan. Issue 740475.
helpers/ntlm_auth/smb_lm/ntlm_smb_lm_auth.cc