Dr. Stephen Henson 6df777ed50 Don't set *pval to NULL in ASN1_item_ex_new.
While *pval is usually a pointer in rare circumstances it can be a long
value. One some platforms (e.g. WIN64) where
sizeof(long) < sizeof(ASN1_VALUE *) this will write past the field.

*pval is initialised correctly in the rest of ASN1_item_ex_new so setting it
to NULL is unecessary anyway.

Thanks to Julien Kauffmann for reporting this issue.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit f617b4969a9261b9d7d381670aefbe2cf766a2cb)

Conflicts:
	crypto/asn1/tasn_new.c
2015-04-10 19:52:02 +01:00
..
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-03-19 12:58:35 +00:00
2015-03-08 16:29:28 +00:00
2015-01-22 09:31:38 +00:00
2015-03-25 12:41:28 +00:00
2015-03-05 09:15:08 +00:00
2014-07-04 18:43:06 +01:00
2015-01-22 09:31:38 +00:00
2013-12-01 23:09:44 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-03-12 13:45:24 +00:00
2015-03-02 13:43:17 +00:00
2015-03-02 13:43:17 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00