BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000635 [BusyBox] Networking Support major always 01-10-06 15:26 06-10-06 05:14
Reporter bakaitee View Status public  
Assigned To BusyBox
Priority normal Resolution duplicate  
Status closed   Product Version 1.01
Summary 0000635: TFTP gets confused if it gets bad packet from server
Description The tftp client has just 1 buffer, it uses same buffer for transmits and receives. If it receives a bad packet from the server, the comments says "fall through for bad packets, discard the packet, treat as timeout". This is OK, but subsequently it should not use the information in the bad packet (the packet is BAD). It does use this bad information, and ends up sending garbage to the server. The servers tears down the tftp transfer.

The fix is simple, to maintain seperate send and receive buffers. A patch file that does this is attached.
Additional Information
Attached Files  busybox-1.01_tftp0.patch [^] (4,474 bytes) 01-10-06 15:27

- Relationships
duplicate of 0000634closed BusyBox TFTP gets confused if it gets bad packet from server 

- Notes
(0001408)
bernhardf
06-10-06 05:14

duplicate of 0000634
 

- Issue History
Date Modified Username Field Change
01-10-06 15:26 bakaitee New Issue
01-10-06 15:26 bakaitee Status new => assigned
01-10-06 15:26 bakaitee Assigned To  => BusyBox
01-10-06 15:27 bakaitee File Added: busybox-1.01_tftp0.patch
04-24-06 00:39 bernhardf Relationship added duplicate of 0000634
06-10-06 05:14 bernhardf Status assigned => closed
06-10-06 05:14 bernhardf Note Added: 0001408
06-10-06 05:14 bernhardf Resolution open => duplicate


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker