Update ChangeLog

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor 2026-06-02 15:38:02 +01:00
parent 4e797c14e0
commit 6443590448

View File

@ -1,4 +1,4 @@
Security
* Fix a use-after-free/double-free risk in mbedtls_pkcs7_free() when reusing an mbedtls_pkcs7 context
across parse -> free -> parse -> free cycles. The function now clears the signer list after freeing it,
across parse -> free -> parse -> free cycles. The function now resets the context after freeing it,
ensuring stale signed_data.signers.next pointers cannot be walked by a later free operation.