fuzz: Stop testing xmllint --memory option

The --memory option mmaps files directly, bypassing the resource loader.
We'd need a temp file to make it work when fuzzing.
This commit is contained in:
Nick Wellnhofer 2025-02-17 12:19:23 +01:00
parent 25ae533b3e
commit 06b3965086

View File

@ -21,6 +21,8 @@
/*
* Untested options:
*
* --memory: Requires temp file
*
* --catalogs: Requires XML catalogs
*
* --dtdvalid:
@ -55,7 +57,7 @@ static const char *const switches[] = {
"--insert",
"--loaddtd",
"--load-trace",
"--memory",
NULL,
"--noblanks",
"--nocdata",
"--nocompact",