]> granicus.if.org Git - apache/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)
commit8a0bef58736fb8a8c468f802fd89136c49bf5989
tree26693561eeb37c291053849f85ca9f3640d3d767
parent20ea80fcd9200d27eef897ea378b8cf0e4434c0c
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@97307 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ssl/ssl_engine_kernel.c
modules/ssl/ssl_engine_vars.c
modules/ssl/ssl_toolkit_compat.h