Dr. Stephen Henson f617b4969a 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>
2015-04-10 19:50:51 +01:00
..
2015-04-10 18:51:52 +01:00
2015-04-01 22:31:28 +02:00
2015-03-25 14:15:00 +00:00
2015-04-04 17:07:03 +02:00
2015-03-25 11:31:18 -04:00
2015-04-01 22:31:28 +02:00
2015-01-23 15:38:41 +01:00
2015-02-09 12:53:36 +00:00
2015-01-22 09:20:09 +00:00
2015-01-23 19:09:01 +01:00
2015-01-22 09:20:09 +00:00
2015-01-22 09:20:09 +00:00
2015-01-22 09:20:09 +00:00
2015-01-23 11:58:26 -05:00
2015-01-22 09:20:09 +00:00
2014-06-04 08:34:18 +02:00
2015-01-22 09:20:09 +00:00