1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-12-23 17:33:50 +03:00

fuzz: Also test init function of URI fuzzer

This commit is contained in:
Nick Wellnhofer 2023-03-12 16:20:31 +01:00
parent 4eba9f9cfc
commit f6fddb78a5

View File

@ -200,7 +200,7 @@ main(void) {
ret = 1;
#endif
#ifdef HAVE_URI_FUZZER
if (testFuzzer(NULL, fuzzUri, "seed/uri/*") != 0)
if (testFuzzer(fuzzUriInit, fuzzUri, "seed/uri/*") != 0)
ret = 1;
#endif
#ifdef HAVE_VALID_FUZZER