bugThe Fat Controller - Bugs: bug #14571, TELNET entity crash when sent...

 
 

bug #14571: TELNET entity crash when sent 'backslash \\' in __interact mode

Submitter:  Matthew Warren <matthewwarren>
Submitted:  Mon 19 Sep 2005 10:49:50 AM UTC
   
 
Category:  ENTITY Severity:  4 - Important
Status:  Confirmed Privacy:  Public
Assigned to:  matthewwarren Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 19 Sep 2005 10:49:50 AM UTC, original submission:  

FC:rut> ~tr ~updpools reclaim=50" LTO2

FC:trut> ls

FC:trut> __interact

TELNET entity trut entering INTERACT mode. Use ^Z to come back

ls






^]


^\Unhandled exception in thread started by

Traceback (most recent call last):
  File "c:\python23\lib\telnetlib.py", line 566, in listener
    data = self.read_eager()
  File "c:\python23\lib\telnetlib.py", line 375, in read_eager
    self.fill_rawq()
  File "c:\python23\lib\telnetlib.py", line 521, in fill_rawq
    buf = self.sock.recv(50)
socket.error: (10054, 'Connection reset by peer')
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "FatController.py", line 2154, in ?
  File "FatController.py", line 2150, in main
  File "FatController.py", line 2113, in processcommand
  File "FatController.py", line 1628, in execute
  File "FatController.py", line 1452, in execute
  File "c:\python23\lib\telnetlib.py", line 560, in mt_interact
    self.write(line)
  File "c:\python23\lib\telnetlib.py", line 292, in write
    self.sock.sendall(buffer)
  File "<string>", line 1, in sendall
socket.error: (10054, 'Connection reset by peer')

Matthew Warren <matthewwarren>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-09-19 matthewwarren StatusNone Confirmed
    Assigned toNone matthewwarren
2005-09-19 matthewwarren CategoryNone ENTITY
2005-09-19 matthewwarren SummaryTELNET entity crash when sent 'backslash &gt;&gt;\\&lt;&lt;' in __interact mode TELNET entity crash when sent 'backslash \\' in __interact mode
2005-09-19 matthewwarren SummaryTELNET entity crash when sent '\' in __interact mode TELNET entity crash when sent 'backslash >>\\<<' in __interact mode

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code