wget-dev
[Top][All Lists]
Advanced

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

Re: wget2 | Draft: Small fixes (!505)


From: @rockdaboot
Subject: Re: wget2 | Draft: Small fixes (!505)
Date: Sat, 25 Jun 2022 17:24:03 +0000



Tim Rühsen started a new discussion on libwget/buffer.c: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/505#note_1005437843

>   */
>  size_t wget_buffer_memset(wget_buffer *buf, char c, size_t length)
>  {
> -     if (likely(buf))
> +     if (likely(buf) && length)

I added another buffer test on master.
If you rebase, you'll see this code fails (as some other that you made to 
buffer.c).
I thought, proving is better than discussing back and forth :-)

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




reply via email to

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