mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-18 01:14:06 +00:00
Add Changelog for #8687
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
af553bf719
commit
968a928659
8
ChangeLog.d/fix_int_overflow_x509_extension
Normal file
8
ChangeLog.d/fix_int_overflow_x509_extension
Normal file
@ -0,0 +1,8 @@
|
||||
Security
|
||||
* Fix a failure to validate input when writing x509 extensions lengths which
|
||||
could result in an integer overflow, causing a zero-length buffer to be
|
||||
allocated to hold the extension. The extension would then be copied into
|
||||
the buffer, causing a heap buffer overflow.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user