]> git.ipfire.org Git - thirdparty/squid.git/commit
Regression Bug 3077: off-by-one error in Digest header decoding
authorJan Sievers <sievers@zedat.fu-berlin.de>
Tue, 10 Sep 2013 11:28:13 +0000 (05:28 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 10 Sep 2013 11:28:13 +0000 (05:28 -0600)
commitc0988a04533959046f86023b4cb4568e0eac8cd0
tree65841ce8e01ac297772c1fb581dd85c5f1059905
parent459dec103e01fd9b2440901d3c8e1dc34d8fb23a
Regression Bug 3077: off-by-one error in Digest header decoding

This is a regression in the 3.2 and later version of the original bug
fix patch.

The effect is that all attributes are treated as quoted-string values
with unescaping performed. This ends with credentials wrongly being
rejected as invalid.
src/auth/digest/auth_digest.cc