| Summary: | -f keeps stdin and stderr open | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Mihai Moldovan <ionic> |
| Component: | ssh | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | CC: | djm, mbw |
| Priority: | P5 | ||
| Version: | 8.2p1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 3162 | ||
|
Description
Mihai Moldovan
2020-03-16 19:53:00 AEDT
Hi, We are interested in getting this fixed for x2go remming integration - Is more information needed by the OpenSSH folks? How can we move this forward? thank you ! Fixed in commits 0a4a5571 and d14fe25e and will be in the forthcoming 8.4 release Reopening. d14fe25e is buggy and doesn't actually close stderr. This line https://github.com/openssh/openssh-portable/commit/d14fe25e6c3b89f8af17e2894046164ac3b45688#diff-ce646b350d7e1b7ca792b15463c7ce19fd0979286424bb3d569e36ab5e435039R1762 should have used STDERR_FILENO. Instead it's just wrongly duping stdout again. Already fixed in 396d32f3a1a16 Right, thanks again! close bugs that were resolved in OpenSSH 8.5 release cycle |