CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/11 03:10:59
Modified files:
usr.bin/ssh : misc.h monitor.c ssh-sk-client.c sshd-auth.c
sshd-session.c
Log message:
Check return values of fcntl(... O_CLOEXEC) calls by reusing the macro
in monitor.c. Flagged by Coverity CID 901297 in ssh-sk-client.c, a few
other instances added for good measure. begrudging ok deraadt@
