wget-dev
[Top][All Lists]
Advanced

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

Re: wget2 | Small fixes (!505)


From: @rockdaboot
Subject: Re: wget2 | Small fixes (!505)
Date: Sun, 24 Apr 2022 18:58:21 +0000



Tim Rühsen started a new discussion on src/job.c: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/505#note_922055643

>  
>  int job_validate_file(JOB *job)
>  {
> -     PART part;
> +     PART part = {0};

Also here, don't zero the memory when not needed.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/505#note_922055643
You're receiving this email because of your account on gitlab.com.




reply via email to

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