From: Bodo Möller Date: Tue, 2 May 2000 20:29:03 +0000 (+0000) Subject: Note apps/x509.c bugfixes. X-Git-Tag: OpenSSL_0_9_5~39 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=316e6a66f2c4f28f8705636921825c467a5ceef3;hp=c4d0df0c4f92c5964af8e869907c4a4921492484 Note apps/x509.c bugfixes. --- diff --git a/CHANGES b/CHANGES index cc07f745e8..ca65bafaad 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,11 @@ 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