summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-session_c
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssh/patches/patch-session_c')
-rw-r--r--package/openssh/patches/patch-session_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/openssh/patches/patch-session_c b/package/openssh/patches/patch-session_c
deleted file mode 100644
index fd1e879b3..000000000
--- a/package/openssh/patches/patch-session_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- openssh-5.3p1.orig/session.c 2009-08-20 08:20:50.000000000 +0200
-+++ openssh-5.3p1/session.c 2009-12-05 12:10:19.000000000 +0100
-@@ -1859,7 +1859,7 @@ session_unused(int id)
- fatal("%s: insane session id %d (max %d nalloc %d)",
- __func__, id, options.max_sessions, sessions_nalloc);
- }
-- bzero(&sessions[id], sizeof(*sessions));
-+ memset(&sessions[id], 0, sizeof(*sessions));
- sessions[id].self = id;
- sessions[id].used = 0;
- sessions[id].chanid = -1;