]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3193 pt2: NTLM decoder truncating strings (#1114)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 9 Aug 2022 23:34:54 +0000 (23:34 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 10 Aug 2022 12:35:14 +0000 (12:35 +0000)
commit8fda067b864d21980ddae021bb1457d3f7f70b6c
tree0682fbc7751676eaed0c8adcb1aed9dbfe177322
parenta6e452cdf7238990f058bfaf3245111ec13b7486
Bug 3193 pt2: NTLM decoder truncating strings (#1114)

The initial bug fix overlooked large 'offset' causing integer
wrap to extract a too-short length string.

Improve debugs and checks sequence to clarify cases and ensure
that all are handled correctly.
lib/ntlmauth/ntlmauth.cc