forked from pool/openssl
21 lines
387 B
Diff
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;
|
|
}
|