Bug 19835

Summary: Fix core dump when disabling SRA authentication (telnet -X SRA)
Product: Base System Reporter: ambrisko <ambrisko>
Component: binAssignee: nsayer <nsayer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ambrisko 2000-07-10 22:20:01 UTC
"telnet -X SRA" results in a core dump.  This is due to a NULL pointer
passed to strcasecmp in libtelnet.  So this also effect telnetd as well.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-11 09:41:29 UTC
Responsible Changed
From-To: freebsd-bugs->nsayer

Nick brought in the SRA authentication.
Comment 2 nsayer freebsd_committer freebsd_triage 2000-07-11 16:04:26 UTC
State Changed
From-To: open->closed

Committed patch to -current. Will MFC after feedback.