mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-02 18:46:06 +02:00
Add ChangeLog entry for NULL dereference fix
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
4
ChangeLog.d/fix-null-pointer-dereference.txt
Normal file
4
ChangeLog.d/fix-null-pointer-dereference.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user