From 8ab8ce5e6e451b9c4eba9acb32123bfb1c412a7f Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Tue, 24 Jul 2001 15:28:25 +0000 Subject: Update telnetd vulnerability fixes from FreeBSD. Submitted by: Cy Schubert --- .../files/patch-appl::telnet::telnetd::ext.h | 27 +++++++++++++++------- 1 file changed, 19 insertions(+), 8 deletions(-) (limited to 'security/krb5-appl/files/patch-appl::telnet::telnetd::ext.h') diff --git a/security/krb5-appl/files/patch-appl::telnet::telnetd::ext.h b/security/krb5-appl/files/patch-appl::telnet::telnetd::ext.h index 95e52f5c66b7..38fd6ac1fd53 100644 --- a/security/krb5-appl/files/patch-appl::telnet::telnetd::ext.h +++ b/security/krb5-appl/files/patch-appl::telnet::telnetd::ext.h @@ -1,13 +1,24 @@ --- appl/telnet/telnetd/ext.h.orig Wed Feb 28 14:06:51 2001 -+++ appl/telnet/telnetd/ext.h Thu Jul 19 19:14:29 2001 -@@ -190,6 +190,10 @@ - wontoption P((int)), - writenet P((unsigned char *, int)); ++++ appl/telnet/telnetd/ext.h Mon Jul 23 16:44:35 2001 +@@ -75,7 +75,7 @@ -+extern int output_data __P((const char *, ...)) -+ __printflike(1, 2); -+extern int output_datalen __P((const char *, size_t)); + extern char netibuf[BUFSIZ], *netip; + +-extern char netobuf[BUFSIZ+NETSLOP], *nfrontp, *nbackp; ++extern char netobuf[BUFSIZ], *nfrontp, *nbackp; + extern char *neturg; /* one past last bye of urgent data */ + + extern int pcc, ncc; +@@ -187,8 +187,10 @@ + tty_setsofttab P((int)), + tty_tspeed P((int)), + willoption P((int)), +- wontoption P((int)), +- writenet P((unsigned char *, int)); ++ wontoption P((int)); + ++extern int output_data __P((const char *, ...)) __printflike(1, 2); ++extern int output_datalen __P((const char *, size_t)); + #ifdef ENCRYPTION extern char *nclearto; - #endif /* ENCRYPTION */ -- cgit v1.2.3