Code:
v7.7.2 Release Notes:
1) Files in \System:
Changed : ioFTPD.[exe,pdb] - Version 7.7.2.0
*** Bug Fixes
2) Fixed a bug introduced in v7.7.0 in the message cookie preprocessor that
treated \0 terminated strings as the end of the input. That holds true for
all message cookie files, but was not true when processing the ioftpd.env
file into individually \0 terminated strings suitable for passing to child
processes.
3) Fixed a bug introduced in v7.4.0 when all the input/output functions were
modified to use the new transfer engine with OpenSSL support. A variable
was not reset which resulted in mangled commands if the command that was
sent by the client didn't contain a return character. Since FTP clients
send a single command with a return on the end this wasn't noticed until
I manually connected a raw TCP stream to test the previous fix.