From: Dan Fandrich Date: Thu, 15 Mar 2007 22:29:10 +0000 (+0000) Subject: Various memory leaks plugged and NULL pointer fixes made in the ssh code. X-Git-Tag: curl-7_16_2~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a53411c0dd383cc20c4fa017fff43dc5cf9805d5;p=thirdparty%2Fcurl.git Various memory leaks plugged and NULL pointer fixes made in the ssh code. --- diff --git a/CHANGES b/CHANGES index e6458feb35..c3a55008b9 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,9 @@ Changelog +Dan F (15 March 2007) +- Various memory leaks plugged and NULL pointer fixes made in the ssh code. + Daniel (15 March 2007) - Nick made the curl tool accept globbing ranges that only is one number, i.e you can now use [1-1] without curl complaining.