]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_ssl uses free() inappropriately in several places, to free
authorJeff Trawick <trawick@apache.org>
Fri, 25 Oct 2002 21:44:28 +0000 (21:44 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 25 Oct 2002 21:44:28 +0000 (21:44 +0000)
commit9b7afcf53f84a24e23ee0dffd6977042fb7cabaa
tree35b0eddecf4b24a71f841c17dbd141dd57413505
parent966e75e23e678aaf6a63e0805dbd586070989dfb
mod_ssl uses free() inappropriately in several places, to free
memory which has been previously allocated inside OpenSSL.
Such memory should be freed with OPENSSL_free(), not with free().

Submitted by: Nadav Har'El <nyh@math.technion.ac.il>,
              Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>
Reviewed by:  Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@97307 13f79535-47bb-0310-9956-ffa450edef68
ssl_engine_kernel.c
ssl_engine_vars.c
ssl_toolkit_compat.h