summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-10-26 14:06:33 +0000
committerBodo Möller <bodo@openssl.org>2001-10-26 14:06:33 +0000
commit48b0cf8b10615181f0ca3f1e33ae697bd6faff80 (patch)
tree8db4ea988df928ca0fb7529cb938788d07051e00 /CHANGES
parentb693f941fdf19e9006c141d5351d707ebbd89522 (diff)
Note BUF_MEM_grow() consistency fix.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 8a01b58dae..c66bebf1a3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,9 +12,14 @@
*) 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>