Skip to content

fuzzing: Add more fuzzing tests for various string parsing functions

Philip Withnall requested to merge pwithnall/glib:more-fuzzing into master

There’s no explicit guarantee that any of these functions are safe to use on untrusted data, but it does no harm to test them.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports