Commit a53411c0 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Various memory leaks plugged and NULL pointer fixes made in the ssh code.

parent b169aa29
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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.