1. 16 4月, 2015 1 次提交
  2. 11 4月, 2015 1 次提交
    • D
      Don't set *pval to NULL in ASN1_item_ex_new. · f617b496
      Dr. Stephen Henson 提交于
      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: NRichard Levitte <levitte@openssl.org>
      f617b496
  3. 04 4月, 2015 3 次提交
  4. 02 4月, 2015 1 次提交
  5. 01 4月, 2015 3 次提交
  6. 31 3月, 2015 4 次提交
  7. 28 3月, 2015 3 次提交
  8. 27 3月, 2015 1 次提交
  9. 26 3月, 2015 1 次提交
  10. 25 3月, 2015 7 次提交
  11. 24 3月, 2015 6 次提交
  12. 23 3月, 2015 3 次提交
  13. 19 3月, 2015 3 次提交
  14. 16 3月, 2015 2 次提交
  15. 14 3月, 2015 1 次提交