mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-27 12:16:07 +00:00
c51e948370
Signed-off-by: Ryan Everett <ryan.everett@arm.com>
5 lines
182 B
Plaintext
5 lines
182 B
Plaintext
Bugfix
|
|
* Fix rare concurrent access bug where attempting to operate on a
|
|
non-existent key while concurrently creating a new key could potentially
|
|
corrupt the key store.
|