summaryrefslogtreecommitdiff
path: root/fuzzing
AgeCommit message (Expand)Author
2024-02-09gthreadedresolver: Move private testing symbols to a private headerPhilip Withnall
2023-04-14Add fuzzing harness for g_utf8_normalize()Todd Carson
2023-03-10fuzzing: do not build tests if build_tests is falseStéphane Cerveau
2022-11-07fuzzing: Add a fuzz test for g_utf8_validate()Philip Withnall
2022-10-27fuzzing: Add a new fuzz test for g_variant_byteswap()Philip Withnall
2022-07-15meson: fix build without cpp toolchainJames Hilliard
2022-06-10fuzzing: Add fuzz test for g_uuid_string_is_valid()Philip Withnall
2022-05-18fuzzing: Add copyright/licensing headers to fuzzing filesPhilip Withnall
2022-05-05fuzzing: Only set the writer function oncePhilip Withnall
2022-05-05fuzzing: Add unit tests to check fuzzersPhilip Withnall
2022-03-08fuzzing: Fix test failure with G_DISABLE_ASSERTPhilip Withnall
2021-12-16fuzzing: Add a fuzz test for parsing DNS recordsPhilip Withnall
2021-06-07docs: Update various external links to use HEAD instead of masterPhilip Withnall
2021-04-01Fix small file leak in fuzzing driverMichael Catanzaro
2021-03-25fuzzing: Fix assertion failure in fuzz_paths.cPhilip Withnall
2021-03-24fuzzing: Add fuzz tests for functions which parse pathsPhilip Withnall
2021-02-10Fix wrong position for static qualifier warning in fuzzing/fuzz_dbus_message.cEmmanuel Fleury
2020-12-17fuzzing: Add more parsing flags to the GKeyFile testPhilip Withnall
2020-12-17fuzzing: Add more GUriFlags to the URI parsing testPhilip Withnall
2020-12-08fuzzing: Add more fuzzing tests for various string parsing functionsPhilip Withnall
2020-11-13fuzzing: Fix minor Coverity warning about return valuesPhilip Withnall
2020-08-07guri: Make G_URI_FLAGS_PARSE_STRICT the defaultPhilip Withnall
2020-07-26uri: add a GError to the new g_uri_unescape_bytes()Marc-André Lureau
2020-07-15uri: add illegal_characters argument to unescape_bytesMarc-André Lureau
2020-07-07uri: make g_uri_parse_params() take an errorMarc-André Lureau
2020-07-07uri: modify g_uri_parse_params() to take flagsMarc-André Lureau
2020-07-07uri: change parse_params() to take a separator setMarc-André Lureau
2020-07-01fuzzing: Test g_uri_unescape_segment() as well as g_uri_unescape_bytes()Philip Withnall
2020-06-30fuzzing: Test URI parsing with and without the strict flagPhilip Withnall
2020-06-30fuzzing: Use nul-terminated array introduced in previous commitPhilip Withnall
2020-06-29fuzzing: Ensure input to g_uri_parse() is nul-terminatedPhilip Withnall
2020-06-25fuzzing: Add fuzz tests for GUri parsing and escapingPhilip Withnall
2020-02-15Fix oss-fuzz coverage linkpdknsk
2019-03-13Introduce oss_fuzz feature optionpdknsk
2018-10-11Add useful links to fuzzing READMEpdknsk
2018-10-11Integrate oss-fuzz targetspdknsk