summaryrefslogtreecommitdiff
path: root/fuzzing/fuzz_uri_parse.c
Commit message (Expand)AuthorAgeFilesLines
* fuzzing: Add copyright/licensing headers to fuzzing filesPhilip Withnall2022-05-181-0/+19
* fuzzing: Add more GUriFlags to the URI parsing testPhilip Withnall2020-12-171-0/+6
* guri: Make G_URI_FLAGS_PARSE_STRICT the defaultPhilip Withnall2020-08-071-1/+1
* fuzzing: Test URI parsing with and without the strict flagPhilip Withnall2020-06-301-12/+20
* fuzzing: Use nul-terminated array introduced in previous commitPhilip Withnall2020-06-301-1/+1
* fuzzing: Ensure input to g_uri_parse() is nul-terminatedPhilip Withnall2020-06-291-1/+5
* fuzzing: Add fuzz tests for GUri parsing and escapingPhilip Withnall2020-06-251-0/+26