CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/09/15 19:24:59
Modified files:
lib/libc/gen : readpassphrase.c
Log message:
Don't override ignored signals when setting up signal handlers
for readpassphrase(3), avoids spin when called with no controlling TTY,
in a background process group, and with SIGTTIN and/or SIGTTOU already
set to SIG_IGN by its parent.
Portable OpenSSH b3995; with/ok millert and guenther
