summaryrefslogtreecommitdiff
path: root/fuzzing
Commit message (Expand)AuthorAgeFilesLines
* guri: Make G_URI_FLAGS_PARSE_STRICT the defaultPhilip Withnall2020-08-071-1/+1
* uri: add a GError to the new g_uri_unescape_bytes()Marc-André Lureau2020-07-261-2/+7
* uri: add illegal_characters argument to unescape_bytesMarc-André Lureau2020-07-151-1/+1
* uri: make g_uri_parse_params() take an errorMarc-André Lureau2020-07-071-2/+10
* uri: modify g_uri_parse_params() to take flagsMarc-André Lureau2020-07-071-1/+1
* uri: change parse_params() to take a separator setMarc-André Lureau2020-07-071-1/+1
* fuzzing: Test g_uri_unescape_segment() as well as g_uri_unescape_bytes()Philip Withnall2020-07-011-7/+38
* 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-254-0/+78
* Fix oss-fuzz coverage linkpdknsk2020-02-151-1/+1
* Introduce oss_fuzz feature optionpdknsk2019-03-131-1/+1
* Add useful links to fuzzing READMEpdknsk2018-10-111-0/+2
* Integrate oss-fuzz targetspdknsk2018-10-1112-0/+267