[Bug 3084] Because of the nesting of signal processing functions in SFTP process, many linux system processes in the system are killed.
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Sun Oct 27 15:08:43 AEDT 2019
https://bugzilla.mindrot.org/show_bug.cgi?id=3084
Darren Tucker <dtucker at dtucker.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3337|ok?(dtucker at dtucker.net) |ok+
Flags| |
--- Comment #2 from Darren Tucker <dtucker at dtucker.net> ---
Comment on attachment 3337
--> https://bugzilla.mindrot.org/attachment.cgi?id=3337
test local copy of sshpid
ok dtucker
>+ pid_t pid;
>+
>+ pid = sshpid;
you could combine these into one line.
As a separate thing I'm working on replacing all of the signal() calls
with sigaction(), but that can go in later when it's ready.
--
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.
More information about the openssh-bugs
mailing list