Fix misattribution

This commit is contained in:
Manuel Pégourié-Gonnard 2015-01-28 14:02:38 +00:00
parent 64a5799637
commit ee7d599904

View File

@ -6,7 +6,7 @@ Reminder: bump SONAME for ABI change (FALLBACK_SCSV, session-hash, EtM)
Security Security
* NULL pointer dereference in the buffer-based allocator when the buffer is * NULL pointer dereference in the buffer-based allocator when the buffer is
full and polarssl_free() is called (found by Jean-Philippe Aumasson) full and polarssl_free() is called (found by Mark Hasemeyer)
(only possible if POLARSSL_MEMORY_BUFFER_ALLOC_C is enabled, which it is (only possible if POLARSSL_MEMORY_BUFFER_ALLOC_C is enabled, which it is
not by default). not by default).
* Fix remotely-triggerable uninitialised pointer dereference caused by * Fix remotely-triggerable uninitialised pointer dereference caused by