CVS: cvs.openbsd.org: src
Damien Miller <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/29 18:10:48 Modified files: usr.bin/ssh : sftp.c Log message: set FD_CLOEXEC on the fds between sftp and its ssh process, avoids risk of subcommands that write on odd fds breaking the connection. GHPR693 from Manuel Einfalt; feedback deraadt@ ok dtucker@