Dr. Stephen Henson bd41063b11 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:53:00 +01:00
..
2015-03-13 21:14:56 -07:00
2015-01-22 09:38:39 +00:00
2015-03-25 12:45:17 +00:00
2015-03-25 12:45:17 +00:00
2015-03-25 12:45:17 +00:00
2015-03-25 12:45:17 +00:00
2015-03-12 09:33:46 +00:00
2015-03-25 12:45:17 +00:00
2015-03-17 14:52:46 +00:00
2015-03-25 12:45:17 +00:00
2015-01-27 16:36:25 -05:00
2015-03-25 12:45:17 +00:00
2015-03-05 09:22:50 +00:00
2015-03-25 12:45:17 +00:00
2015-03-25 15:19:20 +01:00
2012-06-08 09:18:47 +00:00
2015-03-05 09:22:50 +00:00
2015-03-25 12:45:17 +00:00
2015-03-19 13:38:37 +00:00
2015-03-05 09:22:50 +00:00
2015-01-22 09:38:39 +00:00
2015-03-02 15:26:47 +00:00
2011-08-12 12:31:08 +00:00
2015-02-09 13:01:28 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-01-22 09:38:39 +00:00
2015-03-19 13:41:07 +00:00
2015-01-22 09:38:39 +00:00