]> git.ipfire.org Git - thirdparty/squid.git/commit
negotiate_wrapper: Search buffer with strchr instead of memchr (#2176)
authorJoshua Rogers <MegaManSec@users.noreply.github.com>
Wed, 3 Sep 2025 17:36:49 +0000 (17:36 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 3 Sep 2025 21:23:36 +0000 (21:23 +0000)
commit927bc93c16e9e15b0562ce8dbbfe30dd35f654f0
tree5218a2977b6d8b458accab7c35b76c0e06d5a0f4
parent784fb95a93ca1f01a6560fe9bce24c0722b34f4d
negotiate_wrapper: Search buffer with strchr instead of memchr (#2176)

Previously, memchr would search tainted data.
src/auth/negotiate/wrapper/negotiate_wrapper.cc