[Bug-wget] fix: wget hangs with -r and -O - (bug #40426)

2013-11-11 Thread daniele.cal...@tin.it
Hello, In attachment a fix of the bug #40426 Bye Daniele Calore -- wget-bug-40426-fix.diff Description: Binary data

Re: [Bug-wget] Broken 'DEBUG_MALLOC' code

2013-11-11 Thread Gisle Vanem
"Tim Ruehsen" wrote: init.c:1738:12: error: 'url' undeclared (first use in this function) xfree (url[i]); Thatnks for pointing this out. Are you going to create a patch ? Attached are my diffs. --gv diff --git a/src/init.c b/src/init.c index 84ae654..9ff374b 100644 --- a/src/init.c +++