| Summary: | unittest files still use signal() instead of ssh_signal() | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | balu <balu.gajjala> |
| Component: | Regression tests | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | minor | CC: | bagajjal, djm |
| Priority: | P5 | ||
| Version: | 8.2p1 | ||
| Hardware: | Other | ||
| OS: | Windows 10 | ||
|
Description
balu
2020-04-23 05:08:33 AEST
This is harmless but surprising difficult to fix, because of circular dependencies in the source. I think we'll just leave the unit tests using the system signal() call, since we don't need to be particularly careful wrt interrupted syscalls as we do in ssh/sshd closing bugs resolved before openssh-8.9 |