1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:14:58 +00:00

AK: Add roundtrip fuzzer for Base64

This commit is contained in:
Martin Janiczek 2023-09-28 00:17:06 +02:00 committed by Tim Schumacher
parent 6c1626e83b
commit b56e022ce8
3 changed files with 23 additions and 0 deletions

View file

@ -13,6 +13,7 @@
// TODO: Look into generating this from the authoritative list of fuzzing targets in fuzzer.cmake.
#define ENUMERATE_TARGETS(T) \
T(ASN1) \
T(Base64Roundtrip) \
T(BLAKE2b) \
T(BMPLoader) \
T(Brotli) \