bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Fwd: WGET bug


From: Вячеслав Петрищев
Subject: Re: [Bug-wget] Fwd: WGET bug
Date: Mon, 13 Aug 2018 23:14:41 +0600

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

[Prev in Thread] Current Thread [Next in Thread]