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
0001496 [BusyBox] Other major always 09-10-07 06:04 02-11-08 08:49
Reporter whitpa View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version svn
Summary 0001496: tftp applet never reaches timeout retry limit
Description The "timeout" variable never gets a chance to get any smaller than TFTP_NUM_RETRIES-1, because it gets reset to TFTP_NUM_RETRIES on every loop iteration.

I'm guessing that networking/tftp.c:221, which reads:

                timeout = TFTP_NUM_RETRIES; /* re-initialize */

... ought to be somewhere *above* the "send_again" label!

Not sure when this broke, exactly, but it's at least Busybox 1.6.0 onwards.
Additional Information I consider this to be a major severity bug, because the tftp applet doesn't ever return control to my rc.sysinit script, ergo my system locks up and never enters any runlevel.
Attached Files

- Relationships

- Notes
(0003954)
vda
02-11-08 08:49

Apparently fixed (just looked at 1.10.svn)
 

- Issue History
Date Modified Username Field Change
09-10-07 06:04 whitpa New Issue
09-10-07 06:04 whitpa Status new => assigned
09-10-07 06:04 whitpa Assigned To  => BusyBox
02-11-08 08:49 vda Status assigned => closed
02-11-08 08:49 vda Note Added: 0003954
02-11-08 08:49 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker