mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
fuzzing: Add a fuzz test for g_utf8_validate()
Since it’s used extensively and has to handle untrusted arbitrary binary input. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -33,6 +33,7 @@ fuzz_targets = [
|
||||
'fuzz_uri_escape',
|
||||
'fuzz_uri_parse',
|
||||
'fuzz_uri_parse_params',
|
||||
'fuzz_utf8_validate',
|
||||
'fuzz_uuid_string_is_valid',
|
||||
'fuzz_variant_binary',
|
||||
'fuzz_variant_binary_byteswap',
|
||||
|
Reference in New Issue
Block a user