mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 06:19:27 +00:00
5 lines
188 B
Plaintext
5 lines
188 B
Plaintext
|
Bugfix
|
||
|
* Fix mbedtls_ctr_drbg_free() on an initialized but unseeded context. When
|
||
|
MBEDTLS_AES_ALT is enabled, it could call mbedtls_aes_free() on an
|
||
|
uninitialized context.
|