[openssh-commits] [openssh] branch master updated (3c51143c -> 05046d90)
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Feb 13 09:29:15 AEDT 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from 3c51143c Whitespace sync with upstream.
new 05046d90 upstream Don't reset signal handlers inside handlers.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 05046d907c211cb9b4cd21b8eff9e7a46cd6c5ab
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Sun Feb 11 21:16:56 2018 +0000
upstream Don't reset signal handlers inside handlers.
The signal handlers from the original ssh1 code on which OpenSSH
is based assume unreliable signals and reinstall their handlers.
Since OpenBSD (and pretty much every current system) has reliable
signals this is not needed. In the unlikely even that -portable
is still being used on such systems we will deal with it in the
compat layer. ok deraadt@
OpenBSD-Commit-ID: f53a1015cb6908431b92116130d285d71589612c
Summary of changes:
clientloop.c | 3 +--
serverloop.c | 5 +----
ssh.c | 4 +---
sshd.c | 5 +----
4 files changed, 4 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list