Skip to content
  1. Feb 16, 2017
  2. Feb 15, 2017
  3. Feb 14, 2017
  4. Feb 13, 2017
  5. Feb 10, 2017
  6. Feb 09, 2017
  7. Feb 08, 2017
  8. Feb 07, 2017
  9. Feb 06, 2017
  10. Feb 05, 2017
  11. Feb 04, 2017
  12. Feb 03, 2017
  13. Feb 01, 2017
  14. Jan 29, 2017
    • Richard Levitte's avatar
      Fix faulty free · ae451754
      Richard Levitte authored
      
      
      On error, i2o_SCT_signature() and i2o_SCT() free a pointer that may
      have wandered off from the start of the allocated block (not currently
      true for i2o_SCT_signature(), but has that potential as the code may
      change.  To avoid this, save away the start of the allocated block and
      free that instead.
      
      Thanks to Guido Vranken for reporting this issue.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/2323)
      (cherry picked from commit d85d3c99)
      ae451754