mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:38:11 +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
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