Fixed a memory leak in the FTP code and an off-by-one heap buffer overflow.

This commit is contained in:
Dan Fandrich
2009-08-11 02:30:53 +00:00
parent 66f5baa16e
commit 0dec3e5e6a
2 changed files with 6 additions and 3 deletions

View File

@@ -6,6 +6,9 @@
Changelog
Daniel Fandrich (10 Aug 2009)
- Fixed a memory leak in the FTP code and an off-by-one heap buffer overflow.
Daniel Fandrich (9 Aug 2009)
- Fixed some memory leaks in the command-line tool that caused most of the
torture tests to fail.