Commit ad9a0562 authored by Matt Caswell's avatar Matt Caswell
Browse files

Handle malloc failures in BIO_accept



The old BIO_accept() function can encounter errors during malloc. We need
to ensure we properly clean up if that occurs.

GH Issue #817

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent d5975c8d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment