boringssl/crypto/err
Adam Langley 2bca0988a4 Free more memory in cleanup functions.
The extra free in ex_data_impl.c is fixing a mistake: when calling
|CRYPTO_cleanup_all_ex_data| the |EX_CLASS_ITEM| itself wouldn't be
freed.

The change in err_impl.c is to free the thread-id hash also. This allows
programs to free absolutely all memory allocated by BoringSSL, which
allows fuzz testing to find any memory leaks.

Change-Id: I1e518adf2b3e0efa7d7f00f7ab4e65e1dc70161e
Reviewed-on: https://boringssl-review.googlesource.com/2670
Reviewed-by: Adam Langley <agl@google.com>
2015-01-13 00:04:35 +00:00
..
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
err_impl.c Free more memory in cleanup functions. 2015-01-13 00:04:35 +00:00
err_test.c Test which direction ERR_get_error reads from the error queue. 2015-01-06 18:29:45 +00:00
err.c Implement HKDF. 2014-12-18 20:13:06 +00:00