From 7f62028d668eaddd1aeaed42c8a0e3ce4947b51f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 1 Nov 2007 21:49:59 +0000 Subject: 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. --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index c866fd8f1..bdca20044 100644 --- a/CHANGES +++ b/CHANGES @@ -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. -- cgit v1.2.3