]> 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>
Thu, 18 Apr 2013 05:33:28 +0000 (23:33 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 18 Apr 2013 05:33:28 +0000 (23:33 -0600)
commit2d137ea0d2452da77988ed4c67cc97773a0949ab
tree51b645937dea9e96201bb7fb2bffe392c1068116
parent65a9b9469223621c510a51beb4dbec18f12475ae
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