boringssl/crypto/ec
David Benjamin c35fb014d9 Fix more memory leaks on malloc failure.
Caught by malloc valgrind tests on Basic-Client-Sync. Also one by inspection
and verified with valgrind. Those should pass now with the exception of
CRYPTO_free_ex_data being internally implemented with malloc.

(Clearly we next should make our malloc tests assert that the containing
function fails to catch when we fail to check for some error and things
silently move one.)

Change-Id: I56c51dc8a32a7d3c7ac907d54015dc241728c761
Reviewed-on: https://boringssl-review.googlesource.com/3440
Reviewed-by: Adam Langley <agl@google.com>
2015-02-13 18:43:01 +00:00
..
CMakeLists.txt Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
ec_asn1.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
ec_key.c Add in missing curly braces part 2. 2015-02-11 23:14:04 +00:00
ec_montgomery.c Fix more memory leaks on malloc failure. 2015-02-13 18:43:01 +00:00
ec_test.c Fix ec_test build on Windows. 2014-11-12 19:39:55 +00:00
ec.c Add in missing curly braces part 2. 2015-02-11 23:14:04 +00:00
example_mul.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
internal.h Remove EC_GROUP_set_point_conversion_form 2014-12-09 18:47:03 +00:00
oct.c Add in missing curly braces part 2. 2015-02-11 23:14:04 +00:00
simple.c Add in missing curly braces part 2. 2015-02-11 23:14:04 +00:00
wnaf.c Add in missing curly braces part 2. 2015-02-11 23:14:04 +00:00