SHA256
3
0
forked from pool/openssl
openssl/openssl-CVE-2009-0789.patch

21 lines
387 B
Diff

Index: openssl-0.9.8h/crypto/asn1/tasn_dec.c
===================================================================
--- openssl-0.9.8h.orig/crypto/asn1/tasn_dec.c
+++ openssl-0.9.8h/crypto/asn1/tasn_dec.c
@@ -611,7 +611,6 @@
err:
ASN1_template_free(val, tt);
- *val = NULL;
return 0;
}
@@ -758,7 +757,6 @@
err:
ASN1_template_free(val, tt);
- *val = NULL;
return 0;
}