mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Correct changelog style
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
parent
84966c1bda
commit
351419f1ff
@ -1,4 +1,6 @@
|
||||
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 resets the context after freeing it,
|
||||
ensuring stale signed_data.signers.next pointers cannot be walked by a later free operation.
|
||||
* 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 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