In message <[EMAIL PROTECTED]> on Thu, 9 Jan 2003
14:05:58 +0100 (CET), "Dr. Stephen Henson" <[EMAIL PROTECTED]> said:
steve> Log:
steve> NULL tofree when it is freed to avoid double free.
steve>
steve> Make sure key is not NULL before freeing it.
[...]
steve> Index: openssl/apps/ca.c
steve> ============================================================================
steve> $ cvs diff -u -r1.102.2.20 -r1.102.2.21 ca.c
steve> --- openssl/apps/ca.c 25 Dec 2002 22:17:00 -0000 1.102.2.20
steve> +++ openssl/apps/ca.c 9 Jan 2003 13:05:57 -0000 1.102.2.21
steve> @@ -76,6 +76,8 @@
steve> #include <openssl/ocsp.h>
steve> #include <openssl/pem.h>
steve>
steve> +#include <dmalloc.h>
steve> +
steve> #ifdef OPENSSL_SYS_WINDOWS
steve> #define strcasecmp _stricmp
steve> #else
Uhmm?
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]