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-01-22 09:20:09 +00:00
2015-03-23 13:15:06 +00:00
2015-03-23 13:15:06 +00:00
2015-03-23 13:15:06 +00:00
2015-03-25 14:15:00 +00:00
2015-01-30 15:35:49 -05:00
2015-03-30 22:01:31 +01:00
2015-03-24 07:52:24 -04:00
2015-04-03 18:30:09 +01:00
2015-03-24 07:52:24 -04:00
2015-03-25 11:31:18 -04:00
2015-03-24 17:35:58 +00:00
2015-03-23 13:15:06 +00:00
2015-03-25 11:31:18 -04:00
2015-03-25 11:31:18 -04:00
2015-03-28 10:54:15 -04:00
2015-03-28 10:54:15 -04:00
2015-01-22 09:20:09 +00:00
2015-04-03 18:31:15 +01:00
2015-01-22 09:20:09 +00:00
2015-03-25 12:38:07 +00:00
2015-03-30 22:01:31 +01:00
2015-01-22 09:20:09 +00:00
2015-03-23 18:27:04 +00:00
2015-03-13 16:42:44 +00:00
2015-03-24 07:52:24 -04:00
2015-03-02 13:26:29 +00:00
2015-03-23 18:27:04 +00:00
2015-03-02 13:26:29 +00:00
2015-03-28 10:54:15 -04: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-03-24 07:52:24 -04:00