Displaying 1 result from an estimated 1 matches for "percent_encod".
Did you mean:
percent_encode
2020 Apr 03
4
Segfault after compiling wget with dfsan
...htly build of 11 today.
The error is:
when trying to run "src/wget www.google.com"
Program received signal SIGSEGV, Segmentation fault.
0x00005555556de113 in url_parse (url=0x555555c47550 "http://www.google.com",
error=0x7fffffffdb30, iri=0x555555c442f0 <dummy_iri>,
percent_encode=true)
at url.c:837
837 if (*p == ':')
and p is a null pointer.
I am not sure if this is because I misused the dfsan or for some other
reason, any ideas?
Attached is the fsanitize-blacklist I've used.
Thanks,
Tianyi
-------------- next part --------------
An HTML attachment was...