summaryrefslogtreecommitdiff
path: root/fuzzing
Commit message (Expand)AuthorAgeFilesLines
* Add fuzzing harness for g_utf8_normalize()Todd Carson2023-04-142-0/+49
* fuzzing: do not build tests if build_tests is falseStéphane Cerveau2023-03-101-1/+1
* fuzzing: Add a fuzz test for g_utf8_validate()Philip Withnall2022-11-072-0/+33
* fuzzing: Add a new fuzz test for g_variant_byteswap()Philip Withnall2022-10-272-0/+42
* meson: fix build without cpp toolchainJames Hilliard2022-07-151-3/+7
* fuzzing: Add fuzz test for g_uuid_string_is_valid()Philip Withnall2022-06-102-0/+36
* fuzzing: Add copyright/licensing headers to fuzzing filesPhilip Withnall2022-05-1821-0/+391
* fuzzing: Only set the writer function oncePhilip Withnall2022-05-051-1/+7
* fuzzing: Add unit tests to check fuzzersPhilip Withnall2022-05-051-0/+10
* fuzzing: Fix test failure with G_DISABLE_ASSERTPhilip Withnall2022-03-081-1/+1
* fuzzing: Add a fuzz test for parsing DNS recordsPhilip Withnall2021-12-162-0/+54
* docs: Update various external links to use HEAD instead of masterPhilip Withnall2021-06-072-2/+2
* Fix small file leak in fuzzing driverMichael Catanzaro2021-04-011-0/+1
* fuzzing: Fix assertion failure in fuzz_paths.cPhilip Withnall2021-03-251-2/+2
* fuzzing: Add fuzz tests for functions which parse pathsPhilip Withnall2021-03-243-0/+53
* Fix wrong position for static qualifier warning in fuzzing/fuzz_dbus_message.cEmmanuel Fleury2021-02-101-1/+1
* fuzzing: Add more parsing flags to the GKeyFile testPhilip Withnall2020-12-171-4/+15
* fuzzing: Add more GUriFlags to the URI parsing testPhilip Withnall2020-12-171-0/+6
* fuzzing: Add more fuzzing tests for various string parsing functionsPhilip Withnall2020-12-088-0/+176
* fuzzing: Fix minor Coverity warning about return valuesPhilip Withnall2020-11-131-1/+4
* 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