Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
e252868be40c72fd2795068de0f62c10349e1e32
/
.
/
ChangeLog.d
/
drbg-mutex.txt
blob: 3ac5abfa887c2410dcd8d793e134d64283858151 [
file
] [
log
] [
blame
]
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.