CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2020/07/04 04:18:49
Modified files: usr.bin/ftp : fetch.c Log message: Fix a double free in error paths Consistently disarm the SIGINT handler on error, else a SIGINT can lead to taking twice the cleanup path. Initial report by naddy@, ok tb@