Hi, busybox wget has a problem downloading from multiple urls if one of them use HTTP redirection. At least with ENABLE_FEATURE_IPV6 = TRUE;
e.g. http://en.wikipedia.org => http://en.wikipedia.org/wiki/Main_Page ~/dev/busybox$ ./busybox wget -O 1.html http://en.wikipedia.org/ http://busybox.net/ Connecting to en.wikipedia.org (91.198.174.232:80) Connecting to en.wikipedia.org (91.198.174.232:80) 1.html 100% |***********************************| 59360 0:00:00 ETA Segmentation fault I hope this patch fixes it. Regards, Pere.
0001-wget.c-pointer-to-null-after-url-redirection.patch
Description: Binary data
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
