mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 20:29:42 +00:00
Lagom/Fuzzers: Fix creation of ELF::Loader
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user