In Windows, the error still exists when the file name is large enough to
scroll.
In progress.c -> create_image (...)
memcpy (p, bp-> f_download + offset_bytes, bytes_in_filename);
overwrites some memory, beyond the lower bound of p. (a good old bug is
buffer overflow). (
http://lists.gnu.org/archive/html/bug-wget/2018-06/msg00028.html) Depending
on the memory allocation, wget crashes sometimes.

Reply via email to