mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-26 22:41:56 -04:00
9 lines
296 B
Plaintext
9 lines
296 B
Plaintext
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.
|
|
|
|
|
|
|