Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107325614
D36680.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
604 B
Referenced Files
None
Subscribers
None
D36680.diff
View Options
diff --git a/contrib/telnet/telnetd/telnetd.c b/contrib/telnet/telnetd/telnetd.c
--- a/contrib/telnet/telnetd/telnetd.c
+++ b/contrib/telnet/telnetd/telnetd.c
@@ -658,6 +658,11 @@
int err_; /* XXX */
int ptynum;
+ /*
+ * Initialize the slc mapping table.
+ */
+ get_slc_defaults();
+
/*
* Find an available pty to use.
*/
@@ -741,11 +746,6 @@
struct stat statbuf;
int nfd;
- /*
- * Initialize the slc mapping table.
- */
- get_slc_defaults();
-
/*
* Do some tests where it is desireable to wait for a response.
* Rather than doing them slowly, one at a time, do them all
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 13, 12:53 PM (21 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15782201
Default Alt Text
D36680.diff (604 B)
Attached To
Mode
D36680: telnetd: fix two-byte input crash
Attached
Detach File
Event Timeline
Log In to Comment