I'm trying to solve a reproducible memory leak that manifests itself
with SSL + Apache2:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/224945
Valgrind, plus our own research, points to a possible memory leak in
crypto/comp/c_zlib.c in libssl0.9.8g.
We see:
struct zlib_state *state = -> (struct zlib_state
*)OPENSSL_malloc(sizeof(struct zlib_state));
allocating the data.
However, it does not seem that a zlib_stateful_free_ex_data() is called
to free it.
Thanks,
:-Dustin
Dustin Kirkland
Ubuntu Server Developer
Canonical, LTD
GPG: 1024D/83A61194
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]