mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
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:
parent
25ae533b3e
commit
06b3965086
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user