diff options
Diffstat (limited to 'debian/patches/sshd-ignore-sighup.patch')
-rw-r--r-- | debian/patches/sshd-ignore-sighup.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/patches/sshd-ignore-sighup.patch b/debian/patches/sshd-ignore-sighup.patch index 652b3fa66..ded8bc247 100644 --- a/debian/patches/sshd-ignore-sighup.patch +++ b/debian/patches/sshd-ignore-sighup.patch | |||
@@ -1,3 +1,10 @@ | |||
1 | Description: sshd: Ignore subsequent SIGHUPs during re-exec | ||
2 | Prevents two HUPs in quick succession from resulting in sshd dying. | ||
3 | Author: Colin Watson <cjwatson@debian.org> | ||
4 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1692 | ||
5 | Bug-Ubuntu: https://bugs.launchpad.net/bugs/497781 | ||
6 | Last-Update: 2010-02-28 | ||
7 | |||
1 | Index: b/sshd.c | 8 | Index: b/sshd.c |
2 | =================================================================== | 9 | =================================================================== |
3 | --- a/sshd.c | 10 | --- a/sshd.c |