]> git.ipfire.org Git - thirdparty/squid.git/commit
basic_ncsa_auth: reduce use of std::string::c_str()
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 6 Jan 2016 03:15:12 +0000 (16:15 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 6 Jan 2016 03:15:12 +0000 (16:15 +1300)
commita4ae022ce6c38546707d558099367d6118bb1798
treef43dccb54f1d14614b2ea9db7d198d7c66246344
parentb84aba19e2ca7987686683c81d6fc6040e098043
basic_ncsa_auth: reduce use of std::string::c_str()

This should also reduce issues with c_str() escaping and variable scope
"use after free" identified by Coverity Scan issue #1347000
helpers/basic_auth/NCSA/basic_ncsa_auth.cc