Note BUF_MEM_grow() consistency fix.
authorBodo Möller <bodo@openssl.org>
Fri, 26 Oct 2001 14:06:33 +0000 (14:06 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 26 Oct 2001 14:06:33 +0000 (14:06 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 8a01b58daeeb4eb05154a3fb92794051334fe4ed..c66bebf1a33d85cc88ab56ca2cc6e8b22b1b1d20 100644 (file)
--- a/CHANGES
+++ b/CHANGES
          *) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
          +) applies to 0.9.7 only
 
+  +) Make BUF_MEM_grow() behaviour more consistent: Initialise to zero
+     additional bytes when new memory had to be allocated, not just
+     when reusing an existing buffer.
+     [Bodo Moeller]
+
   *) Disable caching in BIO_gethostbyname(), directly use gethostbyname()
      instead.  BIO_gethostbyname() does not know what timeouts are
-     appropriate, so entries would stay in cache even when they hade
+     appropriate, so entries would stay in cache even when they have
      become invalid.
      [Bodo Moeller; problem pointed out by Rich Salz <rsalz@zolera.com>