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: Sun, 26 Jun 2022 12:00:10 +0000



Tim Rühsen started a new discussion on fuzz/libwget_http_client_fuzzer.c: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/505#note_1005683412

>               "Content-Length: 10\r\n"
>               "Connection: keep-alive\r\n\r\n"
>               ,
> -             "HTTP/1.1 200 OK\r\n"
> -             "Host: a\r\n\r\n"
> +             ("HTTP/1.1 200 OK\r\n"

This is a real weird one - what is the reason that clang doesn't complain about 
the strings further above ?
Ah lol, it is the fact that here are exactly two lines with strings. If you add 
`""` in the next line, the warning is also gone.

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




reply via email to

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