boringssl/crypto/bio
David Benjamin aa4efe7669 Fix BIO_printf crash on Mac.
A single va_list may not be used twice. Nothing calls BIO_vprintf and it just
(v)snprintfs into a buffer anyway, so remove it. If it's actually needed, we
can fiddle with va_copy and the lack of it in C89 later, but anything that
actually cares can just assemble the output externally.

Add a test in bio_test.c.

BUG=399546

Change-Id: Ia40a68b31cb5984d817e9c55351f49d9d6c964c1
Reviewed-on: https://boringssl-review.googlesource.com/1391
Reviewed-by: Adam Langley <agl@google.com>
2014-08-04 21:11:21 +00:00
..
bio_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
bio_mem.c Have BIO_get_mem_data return a size_t and uint8_t* 2014-07-18 17:22:05 +00:00
bio_test.c Fix BIO_printf crash on Mac. 2014-08-04 21:11:21 +00:00
bio.c Add functions for setting a BIO callback and arg. 2014-07-15 23:31:50 +00:00
buffer.c Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
connect.c Preserve the address length in bio/connect.c. 2014-07-18 00:56:04 +00:00
fd.c Inital import. 2014-06-20 13:17:32 -07:00
file.c Inital import. 2014-06-20 13:17:32 -07:00
hexdump.c Inital import. 2014-06-20 13:17:32 -07:00
internal.h Preserve the address length in bio/connect.c. 2014-07-18 00:56:04 +00:00
pair.c Inital import. 2014-06-20 13:17:32 -07:00
printf.c Fix BIO_printf crash on Mac. 2014-08-04 21:11:21 +00:00
socket_helper.c Preserve the address length in bio/connect.c. 2014-07-18 00:56:04 +00:00
socket.c Inital import. 2014-06-20 13:17:32 -07:00