]> 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)
committerAmos Jeffries <yadij@users.noreply.github.com>
Mon, 22 Aug 2022 15:09:12 +0000 (03:09 +1200)
commit8eca72c14f94e8591b0d40bd6210ec68d1e54c46
treee722cebc1814a1f80c03dcfc0e8c7d9d18e611c1
parentb47ebbad9884210dab4f82a918923de3b751de36
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