mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 00:15:40 +01:00
0c11622504
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
6 lines
265 B
Plaintext
6 lines
265 B
Plaintext
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.
|