CVSROOT: /cvs Module name: src Changes by: marty...@cvs.openbsd.org 2009/04/25 06:22:19
Modified files: usr.bin/ftp : ftp.c Log message: guard NOOP code (that tries to send remaining NOOP string) after server closes connection during any get/put transfer. it dereferences cout, which will be NULL, oops originally reported on m...@. pirofti@ can't reproduce it again since the server has been fixed tested by simulating the very same failure sthen@ and pirofti@ agree that my analysis is correct ok sthen@