Re: [Bug-wget] Wget not ignoring the return value of a void function in 1.19.5

2018-05-08 Thread Tim Rühsen
On 05/08/2018 09:16 AM, Josef Moellers wrote: > Hi, > > While trying to upgrade to 1.19.5, we found a bug in wget (src/host.c) > where the (non-existing) return value of a void function is assigned to > a variable. > > A patch is appended. Thanks, setting timer to NULL is not needed here.

[Bug-wget] Wget not ignoring the return value of a void function in 1.19.5

2018-05-08 Thread Josef Moellers
Hi, While trying to upgrade to 1.19.5, we found a bug in wget (src/host.c) where the (non-existing) return value of a void function is assigned to a variable. A patch is appended. Josef Index: wget-1.19.5/src/host.c === ---