Skip to content
  1. Apr 10, 2015
    • Dr. Stephen Henson's avatar
      Don't set *pval to NULL in ASN1_item_ex_new. · dafa9534
      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
      dafa9534
  2. Mar 24, 2015
  3. Mar 19, 2015
  4. Mar 18, 2015
  5. Mar 12, 2015
  6. Mar 11, 2015
  7. Mar 09, 2015
  8. Mar 08, 2015
  9. Mar 07, 2015
  10. Mar 06, 2015
  11. Mar 02, 2015
  12. Feb 25, 2015
  13. Feb 24, 2015
  14. Feb 09, 2015
  15. Feb 06, 2015
  16. Feb 05, 2015
  17. Feb 04, 2015
  18. Feb 03, 2015
  19. Jan 22, 2015