openssl/crypto/stack
Matt Caswell 41bff723c6 Don't leak on an OPENSSL_realloc() failure
If OPENSSL_sk_insert() calls OPENSSL_realloc() and it fails, it was leaking
the originally allocated memory.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-09-21 20:27:15 +01:00
..
build.info
stack.c Don't leak on an OPENSSL_realloc() failure 2016-09-21 20:27:15 +01:00