diff options
Diffstat (limited to 'security/openssh/patches/patch-ap')
-rw-r--r-- | security/openssh/patches/patch-ap | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/openssh/patches/patch-ap b/security/openssh/patches/patch-ap deleted file mode 100644 index 7ae11982d85..00000000000 --- a/security/openssh/patches/patch-ap +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ap,v 1.1 2002/03/07 17:33:25 david Exp $ - ---- channels.c.orig Thu Mar 7 12:24:37 2002 -+++ channels.c -@@ -145,7 +145,7 @@ - { - Channel *c; - -- if (id < 0 || id > channels_alloc) { -+ if (id < 0 || id >= channels_alloc) { - log("channel_lookup: %d: bad id", id); - return NULL; - } |