aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-11-01 21:49:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-11-01 21:49:59 +0000
commit7f62028d668eaddd1aeaed42c8a0e3ce4947b51f (patch)
tree6b3ffb5f3d4b2e24d7ad18fcf39b440baa56f37c /RELEASE-NOTES
parentd34fe06fb0154d8005f54ab1d164acd6595a2f00 (diff)
Toby Peterson patched a memory problem in the command line tool that
happened when a user had a home dir as an empty string. curl would then do free() on a wrong area.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 82cc069ed..d2d64d98f 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -16,6 +16,7 @@ This release includes the following bugfixes:
o curl-config --features and --protocols show the correct output when built
with NSS, and also when SCP, SFTP and libz are not available
+ o free problem in the curl tool for users with empty home dir
This release includes the following known bugs:
@@ -32,6 +33,6 @@ New curl mirrors:
This release would not have looked like this without help, code, reports and
advice from friends like these:
-
+ Dan Fandrich, Gisle Vanem, Toby Peterson
Thanks! (and sorry if I forgot to mention someone)