- Fixed potential heap corruption in x509_name allocation

This commit is contained in:
Paul Bakker
2012-05-01 08:14:20 +00:00
parent aec37cb653
commit 430ffbe564
2 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ Changes
Bugfix
* Fixed handling error in mpi_cmp_mpi() on longer B values (found by
Hui Dong)
* Fixed potential heap corruption in x509_name allocation
Security
* Fixed potential memory corruption on miscrafted client messages (found by