Add ChangeLog entry for NULL dereference fix

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2026-02-26 14:04:40 +00:00
parent f549fc7bdc
commit 2acb9a2e7b

View 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.