]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3817: Memory leak in SSL cert validate for alt_name peer certs
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 26 Apr 2013 04:10:24 +0000 (22:10 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 26 Apr 2013 04:10:24 +0000 (22:10 -0600)
commite4368e3385e0d12daa8ed0e8b2cff651b0be232a
tree496d14a66c1a2460bb259d21bd984787772b04ba
parent35c3215a785d3ee33bd140ac9795d9e1de795d76
Bug 3817: Memory leak in SSL cert validate for alt_name peer certs

Inside function Ssl::matchX509CommonNames which checks a domain name against
certificate common name and alternate names, if the domain matches any of the
alternate names the function return without releasing allocated data.
src/ssl/support.cc