aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 002b761..5cde68c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -76,6 +76,9 @@ LibreSSL Portable Release Notes:
76 - Fixed signed integer overflow in bnrand(). 76 - Fixed signed integer overflow in bnrand().
77 - Prevent negative zero from being created via BN_clear_bit() and 77 - Prevent negative zero from being created via BN_clear_bit() and
78 BN_mask_bits(). Avoids a one byte overread in BN_bn2mpi(). 78 BN_mask_bits(). Avoids a one byte overread in BN_bn2mpi().
79 - Add guard to avoid contracting the number linear hash buckets
80 to zero, which could lead to a crash due to accessing a zero
81 sized allocation.
79 82
803.9.0 - Development release 833.9.0 - Development release
81 84