aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-05-24 20:58:25 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-05-24 20:58:25 +0000
commit70b1900dd13d16f2e83f571407a614541d5ac9ba (patch)
treee3d532f477f3660fa412e7fdf25ba59810407997 /CHANGES
parent380e132da3557235e4eb9aa593e79c62100156ea (diff)
'mytx' in bug report #1723194 (http://curl.haxx.se/bug/view.cgi?id=1723194)
pointed out that the warnf() function in the curl tool didn't properly deal with the cases when excessively long words were used in the string to chop up.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 258ab845d..60d388942 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,12 @@
\___|\___/|_| \_\_____|
Changelog
+Daniel S (24 May 2007)
+- 'mytx' in bug report #1723194 (http://curl.haxx.se/bug/view.cgi?id=1723194)
+ pointed out that the warnf() function in the curl tool didn't properly deal
+ with the cases when excessively long words were used in the string to chop
+ up.
+
Daniel S (22 May 2007)
- Andre Guibert de Bruet fixed a memory leak in the function that verifies the
peer's name in the SSL certificate when built for OpenSSL. The leak happens