1. 10 Apr, 2015 1 commit
    • Dr. Stephen Henson's avatar
      Don't set *pval to NULL in ASN1_item_ex_new. · bd41063b
      Dr. Stephen Henson authored
      
      
      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: default avatarRichard Levitte <levitte@openssl.org>
      (cherry picked from commit f617b496)
      
      Conflicts:
      	crypto/asn1/tasn_new.c
      bd41063b
  2. 08 Apr, 2015 3 commits
  3. 07 Apr, 2015 1 commit
  4. 31 Mar, 2015 1 commit
  5. 25 Mar, 2015 7 commits
  6. 24 Mar, 2015 4 commits
  7. 19 Mar, 2015 11 commits
  8. 18 Mar, 2015 1 commit
  9. 17 Mar, 2015 7 commits
  10. 14 Mar, 2015 2 commits
  11. 12 Mar, 2015 2 commits