Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
fc317141feee2f91c4c154fc80cfe6273fc36685
/
.
/
ChangeLog.d
/
fix-null-pointer-dereference.txt
blob: 1dd7d619058170dc106d5d729eff6ba13ee9df06 [
file
]
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. Found and reported by
Haruto Kimura (Stella).