1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 05:17:34 +00:00

Lagom/Fuzzers: Add RSA key parser fuzzer

First issue: #5317
This commit is contained in:
Luke 2021-02-13 05:10:22 +00:00 committed by Andreas Kling
parent 94e494d6d2
commit 5b891b0c36
2 changed files with 37 additions and 0 deletions

View file

@ -33,6 +33,7 @@ add_simple_fuzzer(FuzzRegexPosixExtended)
add_simple_fuzzer(FuzzShell)
add_simple_fuzzer(FuzzTTF)
add_simple_fuzzer(FuzzURL)
add_simple_fuzzer(FuzzRSAKeyParsing)
if (NOT ENABLE_OSS_FUZZ)
set(CMAKE_EXE_LINKER_FLAGS "${ORIGINAL_CMAKE_EXE_LINKER_FLAGS} -fsanitize=address")