FreeBSD Bugzilla – Attachment 9597 Details for
Bug 19606
Telnet & Telnetd coredump when disabling SRA ie telnet -X SRA
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 632 bytes, created by
ambrisko
on 2000-06-30 18:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ambrisko
Created:
2000-06-30 18:20:00 UTC
Size:
632 bytes
patch
obsolete
>Index: auth.c >=================================================================== >RCS file: /cvs/freebsd/src/crypto/telnet/libtelnet/auth.c,v >retrieving revision 1.3 >diff -c -r1.3 auth.c >*** auth.c 1999/08/16 11:24:25 1.3 >--- auth.c 2000/06/30 17:08:24 >*************** >*** 249,255 **** > { > int x; > for (x = 0; x < AUTHTYPE_CNT; ++x) { >! if (!strcasecmp(name, AUTHTYPE_NAME(x))) { > i_wont_support |= typemask(x); > break; > } >--- 249,255 ---- > { > int x; > for (x = 0; x < AUTHTYPE_CNT; ++x) { >! if (AUTHTYPE_NAME(x) && !strcasecmp(name, AUTHTYPE_NAME(x))) { > i_wont_support |= typemask(x); > break; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 19606
: 9597