mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 02:27:35 +00:00
Meta+LibGfx: Fuzz BMP parsing
This commit is contained in:
parent
5d3c437cce
commit
98bfcb4b57
2 changed files with 50 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
add_executable(FuzzBMP FuzzBMP.cpp)
|
||||
target_compile_options(FuzzBMP
|
||||
PRIVATE $<$<C_COMPILER_ID:Clang>:-g -O1 -fsanitize=fuzzer>
|
||||
)
|
||||
target_link_libraries(FuzzBMP
|
||||
PUBLIC Lagom
|
||||
PRIVATE $<$<C_COMPILER_ID:Clang>:-fsanitize=fuzzer>
|
||||
)
|
||||
|
||||
add_executable(FuzzELF FuzzELF.cpp)
|
||||
target_compile_options(FuzzELF
|
||||
PRIVATE $<$<C_COMPILER_ID:Clang>:-g -O1 -fsanitize=fuzzer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue