diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-08-11 02:30:53 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2009-08-11 02:30:53 +0000 |
commit | 0dec3e5e6a3d9f2279b58afae133a0910badcfa3 (patch) | |
tree | 3a3b7e6c1dbde82cc22f888916f34c92baf9bd41 /CHANGES | |
parent | 66f5baa16e83c0e629d19e47da21de15aa65b77d (diff) |
Fixed a memory leak in the FTP code and an off-by-one heap buffer overflow.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |