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
