]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix: Coverity detected possible NULL dereference.
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 8 Oct 2008 05:15:31 +0000 (18:15 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 8 Oct 2008 05:15:31 +0000 (18:15 +1300)
commit6c6bc7b9cae497f65f98fc96697b2042128f0745
tree9490ff2de25a5d9f234d3c7cdcc90bdc3f6e7e4b
parente46ee1ed4f2f43242e6cd6b6235437d9506b3fe1
Fix: Coverity detected possible NULL dereference.

KK message response with exactly zero-length encrypted data component
will cause Squid fakeauth helper to crash.

Not expected in normal operation. But maybe seen with specially crafted
or rare mangled responses.
helpers/ntlm_auth/fakeauth/fakeauth_auth.c