aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-18 11:23:23 +0000
committerBodo Möller <bodo@openssl.org>2000-12-18 11:23:23 +0000
commitfc4868cb47efef691be738fe382db2c9dea0b186 (patch)
treed645dcee79385817202794ef099f915552acf989 /CHANGES
parent555a8493cdca45685a5306b1a697d845579d10fa (diff)
downloadopenssl-fc4868cb47efef691be738fe382db2c9dea0b186.tar.gz
Increase wbuf by one byte to fix the bug reported by
Eric Day <eday@concentric.net> to openssl-dev@openssl.org, Message-ID: <20001218013437.A5526@concentric.net>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 888b6f4356..f47d6ed81c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.6 and 0.9.6a [xx XXX 2000]
+ *) Increase s2->wbuf allocation by one byte in ssl2_new (ssl/s2_lib.c).
+ Otherwise do_ssl_write (ssl/s2_pkt.c) will write beyond buffer limits
+ when writing a 32767 byte record.
+ [Bodo Moeller; problem reported by Eric Day <eday@concentric.net>]
+
*) rand_win.c fix for Borland C.
[Ulf Möller]