summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-openbsd-compat_port-tun_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-10 21:14:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-10 21:14:23 +0100
commit7bf80292dfe58ec4a7a17f3ddbe7908803446d72 (patch)
treefb77b3d61a6ed6cf97b8b056f1ee2a8df64026e6 /package/openssh/patches/patch-openbsd-compat_port-tun_c
parent18d4a61df6b44b72eaf8e3c697cbcf021b2b7df8 (diff)
openssh: update to 7.6p1
Diffstat (limited to 'package/openssh/patches/patch-openbsd-compat_port-tun_c')
-rw-r--r--package/openssh/patches/patch-openbsd-compat_port-tun_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/openssh/patches/patch-openbsd-compat_port-tun_c b/package/openssh/patches/patch-openbsd-compat_port-tun_c
deleted file mode 100644
index 55dab2b39..000000000
--- a/package/openssh/patches/patch-openbsd-compat_port-tun_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- openssh-5.6p1.orig/openbsd-compat/port-tun.c 2010-08-10 04:47:42.000000000 +0200
-+++ openssh-5.6p1/openbsd-compat/port-tun.c 2011-01-27 18:16:39.000000000 +0100
-@@ -215,7 +215,7 @@ sys_tun_infilter(struct Channel *c, char
- if (len <= 0 || len > (int)(sizeof(rbuf) - sizeof(*af)))
- return (-1);
- ptr = (char *)&rbuf[0];
-- bcopy(buf, ptr + sizeof(u_int32_t), len);
-+ memcpy(ptr + sizeof(u_int32_t), buf, len);
- len += sizeof(u_int32_t);
- af = (u_int32_t *)ptr;
-