| Anonymous | Login | Signup for a new account | 11-10-2008 10:55 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 |
|
||||||||
|
|
|||||||||
Relationships |
||||||
|
||||||
Notes |
|
|
(0001408) bernhardf 06-10-06 05:14 |
duplicate of 0000634 |
| Copyright © 2000 - 2006 Mantis Group |