]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix parsing of max-stale values in Surrogate-Control header
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 3 Feb 2013 14:07:54 +0000 (07:07 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 3 Feb 2013 14:07:54 +0000 (07:07 -0700)
commit9f2194d71d34f2348838ab9909357edd6c18e885
treee7a84224198bc3175b41883b65c3ab6a7da166bf
parentf8c365f4b8d858e94d531893b1f4a0aa00575c20
Fix parsing of max-stale values in Surrogate-Control header

Skip parsing of the max-stale field when the initial max-age value
is not a valid integer value.

 Detected by Coverity Scan. Issue 740361
src/HttpHdrSc.cc