]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix SegFault in Auth.
authoramosjeffries <>
Sat, 1 Sep 2007 09:51:22 +0000 (09:51 +0000)
committeramosjeffries <>
Sat, 1 Sep 2007 09:51:22 +0000 (09:51 +0000)
commit01413e4e84acb919b3d4d63ba508bc78db1f308b
tree2123badeb26917b501c4553d97e4fbe753d0dfb7
parent38dd2324333f0d84a2f417ae8aa893f86a5ec177
Fix SegFault in Auth.

Pointer-Safe code cannot work if pointers are not set properly in constructors.
src/auth/negotiate/auth_negotiate.cc
src/auth/ntlm/auth_ntlm.cc