]> granicus.if.org Git - apache/commit
plug leak in ssl_init_FindCAList() where return value of
authorDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 04:59:07 +0000 (04:59 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 04:59:07 +0000 (04:59 +0000)
commit2ed45ef1b1e1134561a5712a365da1f48e328b16
treef1145ffbc8c39c9897e5e6e62cfd6f593fb7a6fc
parent161b60fcff8f9d6f44c6a91ae5f24417aad47b60
plug leak in ssl_init_FindCAList() where return value of
X509_NAME_oneline() used for trace logging was not freed.
now passes in a static buffer so no buffer is malloced.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93633 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_init.c