mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-03 19:16:06 +02:00
5 lines
213 B
Plaintext
5 lines
213 B
Plaintext
Security
|
|
* Fix a NULL pointer dereference in mbedtls_x509_string_to_names() when
|
|
mbedtls_calloc() fails to allocate memory. This was caused by failing to
|
|
check whether mbedtls_calloc() returned NULL.
|