Displaying 1 result from an estimated 1 matches for "url_parse".
2020 Apr 03
4
Segfault after compiling wget with dfsan
...taflow
-fsanitize-blacklist=/tmp/openssl-list.txt
./configure --with-ssl=openssl
make
I've tried with clang 9,10, and the nightly 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 idea...