CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2017/11/10 11:25:48
Modified files: usr.bin/vi/common: recover.c Log message: Fix a use after free when sending SIGHUP or SIGTERM to vi when in editing mode. Found while testing previous commit by millert@ OK millert@ and tb@