mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
AK: Add roundtrip fuzzer for Base64
This commit is contained in:
parent
6c1626e83b
commit
b56e022ce8
Notes:
sideshowbarker
2024-07-17 06:39:26 +09:00
Author: https://github.com/Janiczek
Commit: b56e022ce8
Pull-request: https://github.com/SerenityOS/serenity/pull/21618
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/timschumi ✅
3 changed files with 23 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue