]> git.ipfire.org Git - thirdparty/squid.git/commit - CONTRIBUTORS
Fix HttpHeaderStats definition to include hoErrorDetail (#787)
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 15 Mar 2021 14:05:05 +0000 (14:05 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 15 Mar 2021 21:48:13 +0000 (21:48 +0000)
commit6932e21553dc692630ebda2e3bcd197e39191e55
treefd4e58dac5bc81f2bc8694266d866e0a3edad95f
parente73ef62a8f0c6d744a49e68fe2f764b9d80c4b78
Fix HttpHeaderStats definition to include hoErrorDetail (#787)

... when Squid is built --with-openssl.

We were "lucky" that the memory area after HttpHeaderStats was not,
apparently, used for anything important enough when HttpHeader::parse(),
indirectly called from errorInitialize() during initial Squid
configuration, was writing to it.

Detected by using AddressSanitizer.

The bug was created in commit 02259ff and cemented by commit 2673511.
CONTRIBUTORS
src/HttpHeader.cc