Fix potential bad read of length
diff --git a/ChangeLog b/ChangeLog
index 571cb3b..8e49e5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,8 @@
    * Fix compiler warnings on iOS (found by Sander Niemeijer).
    * x509_crt_parse() did not increase total_failed on PEM error
    * Fix compile error with armcc in mpi_is_prime()
+   * Fix potential bad read in parsing ServerHello (found by Adrien
+     Vialletelle).
 
 Changes
    * Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x (there is no