mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
fuzz: Also test init function of URI fuzzer
This commit is contained in:
parent
4eba9f9cfc
commit
f6fddb78a5
@ -200,7 +200,7 @@ main(void) {
|
|||||||
ret = 1;
|
ret = 1;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_URI_FUZZER
|
#ifdef HAVE_URI_FUZZER
|
||||||
if (testFuzzer(NULL, fuzzUri, "seed/uri/*") != 0)
|
if (testFuzzer(fuzzUriInit, fuzzUri, "seed/uri/*") != 0)
|
||||||
ret = 1;
|
ret = 1;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_VALID_FUZZER
|
#ifdef HAVE_VALID_FUZZER
|
||||||
|
Loading…
Reference in New Issue
Block a user