Make sure bs is assigned NULL when it's free'd, or there will be an
authorRichard Levitte <levitte@openssl.org>
Sun, 19 Nov 2000 14:14:52 +0000 (14:14 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 19 Nov 2000 14:14:52 +0000 (14:14 +0000)
commit0cc1115643e690c0c18eb709d34910bc2e980bd8
tree192d30f43992f613200e747f1bd522e120b5fd15
parent257341b5b42eba3ae0ba0b7385af4cf2ea17dc4a
Make sure bs is assigned NULL when it's free'd, or there will be an
(incorrect) attempt to free it once more...
crypto/asn1/d2i_dsap.c
crypto/asn1/d2i_r_pr.c
crypto/dsa/dsa_asn1.c