]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3193 pt2: NTLM decoder truncating strings (#1114) v4
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>
Thu, 22 Sep 2022 07:39:23 +0000 (19:39 +1200)
commit4031c6c2b004190fdffbc19dab7cd0305a2025b7
tree6e6cd4cc6cc7b3143b324eb8b10fb092f8ea354c
parent2c5d2de9bdcd25d1127987f8f76c986ab5bfb6da
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