mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 05:10:43 +00:00
config: add Initrd to known fields
This commit is contained in:
parent
9b7b5cffbe
commit
70e96a75ec
@ -258,6 +258,7 @@ func checkUnknownFields(data []byte) (string, error) {
|
||||
"Enable_Syscalls",
|
||||
"Disable_Syscalls",
|
||||
"Suppressions",
|
||||
"Initrd",
|
||||
}
|
||||
f := make(map[string]interface{})
|
||||
if err := json.Unmarshal(data, &f); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user