2
0
mirror of https://github.com/openssl/openssl.git synced 2025-03-07 19:38:33 +08:00
openssl/crypto/bio
Matt Caswell 138388fe33 Check for failed malloc in BIO_ADDR_new
BIO_ADDR_new() calls OPENSSL_zalloc() which can fail - but the return
value is not checked.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-04-29 16:47:41 +01:00
..
b_addr.c Check for failed malloc in BIO_ADDR_new 2016-04-29 16:47:41 +01:00
b_dump.c
b_print.c Clean-up *_DEBUG options. 2016-04-07 21:18:00 +02:00
b_sock2.c Close the accept socket on error 2016-04-28 13:13:09 +01:00
b_sock.c Make BIO_sock_error return a proper error code when getsockopt fails 2016-04-28 14:04:03 +02:00
bf_buff.c
bf_lbuf.c
bf_nbio.c
bf_null.c
bio_cb.c
bio_err.c make update 2016-04-29 09:09:46 +02:00
bio_lcl.h Ensure all locks are properly cleaned up 2016-04-14 13:19:04 +01:00
bio_lib.c BIO_free should call method->destroy before free'ing member fields 2016-04-28 22:16:52 +02:00
bio_meth.c
bss_acpt.c Fix BIO_set_nbio_accept() 2016-04-28 18:00:25 +02:00
bss_bio.c
bss_conn.c BIO socket connect failure was not handled correctly. 2016-04-20 21:26:01 +02:00
bss_dgram.c
bss_fd.c
bss_file.c BIO: respect opening in text mode 2016-04-11 14:57:34 +02:00
bss_log.c
bss_mem.c Don't leak memory on failure to create a mem BIO 2016-04-28 13:13:09 +01:00
bss_null.c
bss_sock.c
build.info