wget bug report

2005-06-12 Thread A.Jones
Sorry for the crosspost, but the wget Web site is a little confusing on the point of where to send bug reports/patches. Just installed wget 1.10 on Friday. Over the weekend, my scripts failed with the following error (once for each wget run): Assertion failed: wget_cookie_jar != NULL, file http

[patch] some nongettextized messages

2005-06-12 Thread Benno Schulenberg
Hi, A few messages in wget-1.10-rc1 seem to have been overlooked during gettextization. The patch repairs this. It also makes identical some messages that say the same thing in a slightly different form. It's maybe a bit late to make such a change shortly before a release, but I don't think

wget segfault on malformed working directory

2005-06-12 Thread Nagy Ferenc László
Hi! If the ftp server returns invalid data (for example '221 Bye.') in response to PWD, wget segfaults because in ftp_pwd (ftp-basic.c) request will be NULL after the line 'request = strtok (NULL, "\"");', and this NULL will be passed to xstrdup. Nagy Ferenc László not on the list