]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix potentially uninitialised pointer
authorFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 6 Aug 2017 09:31:17 +0000 (10:31 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Sun, 6 Aug 2017 21:45:07 +0000 (22:45 +0100)
commitcd0b9e6600b195152f8d8acfb81c44e7fc24e08c
treec8c476b904d48e3d369d37be43e3891d5a81ed5b
parent8aaf8e7f019c728ce81b8ed5a08cad2788cabeb2
Fix potentially uninitialised pointer

Newer compilers barf on an uninitialised pointer in
src/security/Handshake.cc . Fix it.
src/security/Handshake.cc