aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-08-12 20:07:52 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-08-12 20:07:52 +0000
commit7eab7fa3534c9ba82b45752e3726a7f1a4645e0d (patch)
treeeb776cd74a66ddbfcd8eb70987ec07cbeb0f1797 /CHANGES
parent58f7c82d520e64f2543a23266b8a80399d5592ee (diff)
Fixed a buffer overflow problem in Curl_proxyCONNECT that could occur
when a server responded with long headers and data. Luckily, the buffer overflowed into another unused buffer, so no actual harm was done. Added test cases 1060 and 1061 to verify.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 64d239912..7a839420b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel Fandrich (12 Aug 2008)
+- Fixed a buffer overflow problem in Curl_proxyCONNECT that could occur
+ when a server responded with long headers and data. Luckily, the buffer
+ overflowed into another unused buffer, so no actual harm was done.
+ Added test cases 1060 and 1061 to verify.
+
Daniel Stenberg (12 Aug 2008)
- Andy Tsouladze fixed runtests.pl to not attempt to execute the stunnel
_directory_ if that happened to appear in the path!