mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
Lagom/Fuzzers: Fix FuzzilliJs build and update patch for new Fuzzilli version
-fsanitize=fuzzer was being added to LINKER_FLAGS from Lagom/CMakeLists, which we don't want with FuzzilliJs as we want to define the functions it provides ourselves.
This commit is contained in:
parent
f37d3f25e6
commit
1c18d1380f
Notes:
sideshowbarker
2024-07-18 22:54:31 +09:00
Author: https://github.com/Lubrsi
Commit: 1c18d1380f
Pull-request: https://github.com/SerenityOS/serenity/pull/5074
4 changed files with 16 additions and 6 deletions
|
@ -40,7 +40,10 @@
|
|||
#include <string>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
//
|
||||
// BEGIN FUZZING CODE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue