https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270263

John Baldwin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress
                 CC|                            |[email protected]
           Assignee|[email protected]            |[email protected]

--- Comment #2 from John Baldwin <[email protected]> ---
I tested two fixes, in the first, I kept uprompt[] the same size and just
aborted if the prompt size was too long.  In the second case, I added 10 chars
to uprompt so that the prompt fits.  Output from the cases below:

First:

$ telnet localhost
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.

Second:

$ telnet localhost
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
User
(011111101111110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001111100):
 
000000Connection closed by foreign host.
$

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to