]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix invalid use of a pointer in src/auth/negotiate/auth_negotiate.cc.
authoramosjeffries <>
Thu, 2 Aug 2007 10:01:46 +0000 (10:01 +0000)
committeramosjeffries <>
Thu, 2 Aug 2007 10:01:46 +0000 (10:01 +0000)
commit4e95a930ab9c65898aa0fad61e4efe56eb84d22c
tree5c922b0c41024d5c4d5ccbab5929e6c65857e2d8
parentdb03754a094fd85ad9d32eeb0d621eda4916f4db
Fix invalid use of a pointer in src/auth/negotiate/auth_negotiate.cc.

Another auth function looking up the auth header and scanning it even if
 none was returned. This patch adds NULL tests before scanning.
src/auth/negotiate/auth_negotiate.cc