| Summary: | Telnet client doesn't strip NUL when server sends CR/NUL as end-of-line | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Nick Leverton <nick> |
| Component: | Networking | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.16.x | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Fix telnet.c to convert CR/NUL end-of-lines into bare CR. | ||
|
Description
Nick Leverton
2010-09-17 09:29:03 UTC
Thanks for your work. Your patch mishandles CR IAC and CR CR NUL sequences, though. I reworked it and applied the fix to git. |