PR: 1868
authorDr. Stephen Henson <steve@openssl.org>
Wed, 25 Mar 2009 10:42:34 +0000 (10:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 25 Mar 2009 10:42:34 +0000 (10:42 +0000)
commitc60dca1f95457a9cb6deca7a4c3f81f99fe05b11
tree4138334a9ff4511ef48a58e57d560b9f82b1693c
parent188abf7e2a0bb2fb803aefc186cc3ac538cbf72a
PR: 1868
Submitted by: Paolo Ganci <Paolo.Ganci@AdNovum.CH>
Approved by: steve@openssl.org

Don't set fields to NULL when freeing them up in ASN1 code. On some platforms
with sizeof(long) < sizeof(char *) this can cause a crash.
CHANGES
crypto/asn1/tasn_dec.c