openssl/crypto/ct
Richard Levitte d85d3c993e Fix faulty free
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: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2323)
2017-01-29 15:31:01 +01:00
..
build.info
ct_b64.c Pass a temporary pointer to o2i_SCT_signature from SCT_new_from_base64 2016-11-16 13:43:36 +00:00
ct_err.c
ct_locl.h
ct_log.c
ct_oct.c Fix faulty free 2017-01-29 15:31:01 +01:00
ct_policy.c
ct_prn.c
ct_sct_ctx.c
ct_sct.c Move SCT_LIST_free definition into a more logical place 2016-11-16 13:54:17 +00:00
ct_vfy.c
ct_x509v3.c