Closed olszomal closed 5 months ago
Shouldn't we also return 0 (failure) if OPENSSL_realloc returns NULL (memory allocation failure)?
OPENSSL_realloc
I know we probably have more issues like that in our code. Maybe fixing it here is a good start.
Shouldn't we also return 0 (failure) if
OPENSSL_realloc
returns NULL (memory allocation failure)?I know we probably have more issues like that in our code. Maybe fixing it here is a good start.