Hi all,

I noticed that in wget-1.7, the variable

   retr.c:int global_download_count;

is never initialized, so its value is undefined (since it is
not declared as "static", which would initialize it to '0'
at program start) before it is first read or incremented.

If nobody is complaining, I'd call this a bug. No patch
attached, since fixing it should be trivial.

Kind regards from K�ln, Germany
johannes

Reply via email to