]> git.ipfire.org Git - thirdparty/squid.git/commit
Defensive coding for ESI stackmember (#1033)
authorFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 5 May 2022 06:42:52 +0000 (06:42 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 6 May 2022 12:40:19 +0000 (12:40 +0000)
commit80098d61d1800fc92def30e354eaaa6c5a5614c1
treea89f4e7993f9b1314434402176b253834a3b74c5
parent9603207d17c0bba884eb0cbc6024e75221d109b6
Defensive coding for ESI stackmember (#1033)

Add initializer for the value union in struct stackmember in ESI

Coverity CID 1494364: Uninitialized scalar variable (UNINIT).
src/esi/Expression.cc