|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0001409 |
[BusyBox] Networking Support |
minor |
always |
06-28-07 14:38 |
07-13-07 16:21 |
|
|
Reporter |
jamesz |
View Status |
public |
|
|
Assigned To |
BusyBox |
|
Priority |
normal |
Resolution |
fixed |
|
|
Status |
closed |
|
Product Version |
|
|
|
Summary |
0001409: wget http authentication segmentation fault |
|
Description |
wget http authentication segfaults. Discovered in product version 1.5.0. Issue a command like the following to reproduce:
wget http://someuser:somepass@someurl.com [^]
|
|
Additional Information |
It segfaults because the size parameter of the call to base64enc is incorrect. Currently, the size supplied is the total size of the destination buffer, when it should be the size of the input string. A patch is attached. |
|
|
Attached Files |
busybox-1.5.0-wgetauth.patch [^] (516 bytes) 06-28-07 14:38 |
|
|