mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 15:45:06 +00:00
Lagom/Fuzzers: Fix creation of ELF::Loader
This commit is contained in:
parent
2ba5a325d5
commit
b1e01066fe
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@
|
|||
|
||||
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
|
||||
{
|
||||
ELF::Loader::create(data, size, /*verbose_logging=*/false);
|
||||
ELF::Loader::create(data, size, /*name=*/ {}, /*verbose_logging=*/false);
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue