[Bug 1057] busybox wget segfaults with http_proxy environment set

bugzilla at busybox.net bugzilla at busybox.net
Mon Feb 8 11:26:33 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=1057


Natanael Copa <natanael.copa at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Host|                            |i386




--- Comment #2 from Natanael Copa <natanael.copa at gmail.com>  2010-02-08 11:26:32 UTC ---
Seems like running as './busybox wget' does not trigger the bug, while 'ln -s
./busybox wget &&  ./wget' does.

Backtrace:

Program received signal SIGSEGV, Segmentation fault.
0xb76057da in strlen () from /lib/libc.so.0
(gdb) bt
#0  0xb76057da in strlen () from /lib/libc.so.0
#1  0xb76898db in base64enc_512 (buf=0xbfffed54 "", str=<value optimized out>)
    at networking/wget.c:150
#2  0xb768a2f1 in wget_main (argc=2, argv=0xbffff0c4) at networking/wget.c:685
#3  0xb76673a0 in run_applet_no_and_exit (applet_no=266, argv=0xbffff0c4)
    at libbb/appletlib.c:746
#4  0xb76673dd in run_applet_and_exit (name=0xbffff242 "wget", argv=0xbffff0c4)
    at libbb/appletlib.c:753
#5  0xb76676de in main (argc=2, argv=0xbffff0c4) at libbb/appletlib.c:808
(gdb) 


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list