| Summary: | ssh setting O_NONBLOCK on stderr can upset CVS | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | David Howells <dhowells> |
| Component: | ssh | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | normal | CC: | dhowells |
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
David Howells
2001-11-29 02:17:55 AEDT
hm, what do you suggest? I would suggest that SSH shouldn't set O_NONBLOCK on its stderr output. It is only for errors after all, and ssh won't normally be writing to it, and so doing that ought not to be a problem. ssh can't afford for its stderr to ever block, as this would freeze all sessions and port-forwardings. We therefore can't remove the nonblock from stderr. Mass change of RESOLVED bugs to CLOSED |