mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02:00
Merge branch 'scheduled-ci-fixes' into 'main'
fuzzing: Fix test failure with G_DISABLE_ASSERT See merge request GNOME/glib!2542
This commit is contained in:
commit
dbda5a4e38
@ -4,7 +4,7 @@ int
|
|||||||
LLVMFuzzerTestOneInput (const unsigned char *data, size_t size)
|
LLVMFuzzerTestOneInput (const unsigned char *data, size_t size)
|
||||||
{
|
{
|
||||||
unsigned char *nul_terminated_data = NULL;
|
unsigned char *nul_terminated_data = NULL;
|
||||||
const gchar *skipped_root;
|
const gchar *skipped_root G_GNUC_UNUSED /* when compiling with G_DISABLE_ASSERT */;
|
||||||
gchar *basename = NULL, *dirname = NULL;
|
gchar *basename = NULL, *dirname = NULL;
|
||||||
|
|
||||||
fuzz_set_logging_func ();
|
fuzz_set_logging_func ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user