mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Update ChangeLog
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
parent
4e797c14e0
commit
6443590448
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user