aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-04-29 23:58:05 +0000
committerBodo Möller <bodo@openssl.org>2000-04-29 23:58:05 +0000
commitdcba2534fa9fb9e9a36be554ece9cb58ffc76f41 (patch)
tree2c5ca5b2c8abe87377f54bebd3073cbda9d12cc6 /CHANGES
parentb222eb644385699b2a17b24d68696f2a67935ffd (diff)
downloadopenssl-dcba2534fa9fb9e9a36be554ece9cb58ffc76f41.tar.gz
Avoid leaking memory in thread_hash (and enable memory leak detection
for it).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e8a4c6669..cc07f745e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) Avoid 'thread_hash' memory leak in crypto/err/err.c by freeing
+ it in ERR_remove_state if appropriate, and change ERR_get_state
+ accordingly to avoid race conditions (this is necessary because
+ thread_hash is no longer constant once set).
+ [Bodo Moeller]
+
*) Bugfix for linux-elf makefile.one.
[Ulf Möller]