Go to file
David Benjamin ab2815eaff Fix leak in X509V3_EXT_add on error.
If it fails to be added to the list, the input should be freed. Found (sort of)
by scan-build; because of all the indirections and DYNAMIC flags, it doesn't
actually realize the leak's been fixed.

Change-Id: Idca10964e1ffb2ace1cea7f88d94693205d70d5b
Reviewed-on: https://boringssl-review.googlesource.com/2208
Reviewed-by: Adam Langley <agl@google.com>
2014-11-06 01:40:58 +00:00
crypto Fix leak in X509V3_EXT_add on error. 2014-11-06 01:40:58 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Make SSL_MODE_AUTO_RETRY the default. 2014-11-04 01:25:22 +00:00
ssl Remove redundant s->s3 check. 2014-11-06 01:34:52 +00:00
tool Get bssl tool building on Windows. 2014-10-31 22:02:01 +00:00
util Rename example_sign to evp_test. 2014-11-05 00:43:09 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Inital import. 2014-06-20 13:17:32 -07:00
BUILDING Build with yasm on Win64 as well. 2014-10-31 22:02:45 +00:00
CMakeLists.txt Get bssl tool building on Windows. 2014-10-31 22:02:01 +00:00