summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjun <jun>2001-08-17 05:06:07 +0000
committerjun <jun>2001-08-17 05:06:07 +0000
commit20e5988f911c679cfd92357548af9d8fde4ecc1c (patch)
treed2c39739a1f8e0ddde146b1a4f1b684ad6e2bb44 /security
parente5ecbd6d16aba5279d2d757a6eaa967ad5952aa1 (diff)
downloadpkgsrc-20e5988f911c679cfd92357548af9d8fde4ecc1c.tar.gz
now security fix contains main trunk.
Diffstat (limited to 'security')
-rw-r--r--security/AiSSLtelnet/patches/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/security/AiSSLtelnet/patches/patch-aa b/security/AiSSLtelnet/patches/patch-aa
deleted file mode 100644
index b90645c9955..00000000000
--- a/security/AiSSLtelnet/patches/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2001/07/30 15:24:07 jun Exp $
-
---- telnetd/telnetd.c.org Tue Jul 31 00:01:12 2001
-+++ telnetd/telnetd.c
-@@ -1988,8 +1988,15 @@
- return;
- }
- #endif
-- (void) strcpy(nfrontp, "\r\n[Yes]\r\n");
-- nfrontp += 9;
-+ /* Flush outstanding data if possible. If not, and buffers are
-+ full, break protocol and send no reply, rather than overflow
-+ the buffer.
-+ */
-+ netflush();
-+ if ( (BUFSIZ - (nfrontp - netobuf)) > 9 ) {
-+ (void) strcpy(nfrontp, "\r\n[Yes]\r\n");
-+ nfrontp += 9;
-+ }
- }
-
- void