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.
This commit is contained in:
Daniel Stenberg
2007-11-01 21:49:59 +00:00
parent d34fe06fb0
commit 7f62028d66
3 changed files with 10 additions and 2 deletions

View File

@@ -6,6 +6,11 @@
Changelog
Daniel S (1 Nov 2007)
- 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.
Dan F (1 Nov 2007)
- Fixed curl-config --features to not display libz when it wasn't used
due to a missing header file.