|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0000723 |
[BusyBox] Networking Support |
major |
random |
02-16-06 11:39 |
06-30-06 07:05 |
|
|
Reporter |
kediger |
View Status |
public |
|
|
Assigned To |
BusyBox |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
svn |
|
|
Summary |
0000723: zcip.c: tv1 seems to be used uninitialized the first time through the protocol loop |
|
Description |
The first time through the protocol loop in zcip_main(), struct timeval tv1 is uninitialized. The result can be a very large timeout value (suseconds_t timeout) when calling poll(). With a large timeout, zcip will never assign a link local address.
A proposed patch is attached.
-Kevin |
|
Additional Information |
|
|
|
Attached Files |
tv1.patch [^] (970 bytes) 02-16-06 11:39 |
|
|