pineapple/externals/mbedtls/ChangeLog.d/drbg-mutex.txt
2021-03-06 01:41:47 +01:00

5 lines
265 B
Text
Executable file

Bugfix
* Fix a resource leak in CTR_DRBG and HMAC_DRBG when MBEDTLS_THREADING_C
is enabled, on platforms where initializing a mutex allocates resources.
This was a regression introduced in the previous release. Reported in
#4017, #4045 and #4071.