aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/http_request.cpp
AgeCommit message (Collapse)Author
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-06-02tests: Avoid fuzzer-specific nullptr dereference in libevent when handling ↵practicalswift
PROXY requests
2020-04-17fuzz: http_request workaround for libevent < 2.1.1Sebastian Falbesoner
Before libevent 2.1.1, internal functions names didn't end with an underscore.
2020-04-06tests: Add fuzzing harness for HTTPRequest, libevent's evhttp and related ↵practicalswift
functions