diff options
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | ||
80 | 3.9.0 - Development release | 83 | 3.9.0 - Development release |
81 | 84 | ||