]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix use-after-free in statefulhelper::submit() level-9 debug (#1859)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Mon, 15 Jul 2024 17:37:14 +0000 (17:37 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 15 Jul 2024 17:37:18 +0000 (17:37 +0000)
commit334a9819a736156c8207530be0165f49c0ad0fa2
treee98d4d6a70c9421262f7c813a033b58bbe7f1cd1
parentcb8541b0fa05e7301285712288c3027655b85c8b
Fix use-after-free in statefulhelper::submit() level-9 debug (#1859)

A debug statement in helper.cc dereferences a pointer which
might have been freed in helperStatefulDispatch.

Detected by Semgrep
src/helper.cc