bugzilla-daemon at mindrot.org
2020-Apr-22 19:08 UTC
[Bug 3151] New: unittest files still use signal() instead of ssh_signal()
https://bugzilla.mindrot.org/show_bug.cgi?id=3151 Bug ID: 3151 Summary: unittest files still use signal() instead of ssh_signal() Product: Portable OpenSSH Version: 8.2p1 Hardware: Other OS: Windows 10 Status: NEW Severity: minor Priority: P5 Component: Regression tests Assignee: unassigned-bugs at mindrot.org Reporter: balu.gajjala at gmail.com V8.2 replaces signal() with ssh_signal(). However, fuzz.c, test_helper.c files uses signal(). -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2020-Apr-22 19:14 UTC
[Bug 3151] unittest files still use signal() instead of ssh_signal()
https://bugzilla.mindrot.org/show_bug.cgi?id=3151 balu <balu.gajjala at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bagajjal at microsoft.com -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2022-Jan-14 04:41 UTC
[Bug 3151] unittest files still use signal() instead of ssh_signal()
https://bugzilla.mindrot.org/show_bug.cgi?id=3151 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #1 from Damien Miller <djm at mindrot.org> --- 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 -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2022-Feb-25 02:59 UTC
[Bug 3151] unittest files still use signal() instead of ssh_signal()
https://bugzilla.mindrot.org/show_bug.cgi?id=3151 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- closing bugs resolved before openssh-8.9 -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug.