]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Fix a memory leak, and don't generate inappropriate error message
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
c90341a1
RL
5 Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
6
dcba2534
BM
7 *) Avoid 'thread_hash' memory leak in crypto/err/err.c by freeing
8 it in ERR_remove_state if appropriate, and change ERR_get_state
9 accordingly to avoid race conditions (this is necessary because
10 thread_hash is no longer constant once set).
11 [Bodo Moeller]
12
3973628e
UM
13 *) Bugfix for linux-elf makefile.one.
14