CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2019/11/26 22:00:17
Modified files: usr.bin/ssh : readpass.c Log message: use error()+_exit() instead of fatal() to avoid running cleanup handlers in child process; spotted via weird regress failures in portable