]> git.ipfire.org Git - thirdparty/squid.git/commit
basic_ncsa_auth: Fix NULL-dereference crash
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 26 Nov 2012 08:32:53 +0000 (01:32 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 26 Nov 2012 08:32:53 +0000 (01:32 -0700)
commitda547bd35e13d3982edb94fa84a6b561eaae5662
treeeb62dc4167b2a8615ad4a314a7345bb0835f9c71
parentb3d3ea2c3124a618b28c45f24c0fa13714a25bb2
basic_ncsa_auth: Fix NULL-dereference crash

When reading corrupt or broken user passwd files with missing username
data this helper can crash.

 Detected by Coverity Scan. Issue 740398
helpers/basic_auth/NCSA/basic_ncsa_auth.cc