projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
c4d0df0
)
Note apps/x509.c bugfixes.
author
Bodo Möller
<bodo@openssl.org>
Tue, 2 May 2000 20:29:03 +0000
(20:29 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 2 May 2000 20:29:03 +0000
(20:29 +0000)
CHANGES
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index cc07f745e863f21bde6be403c776680fda704086..ca65bafaad9eda22c5cfa10a36d8469553340b69 100644
(file)
--- a/
CHANGES
+++ b/
CHANGES
@@
-4,6
+4,11
@@
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
Changes between 0.9.5a and 0.9.6 [xx XXX 2000]
+ *) Bugfixes in apps/x509.c: Avoid a memory leak; and don't use
+ perror when PEM_read_bio_X509_REQ fails, the error message must
+ be obtained from the error queue.
+ [Bodo Moeller]
+
*) 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
*) 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