summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Fuzzers
AgeCommit message (Expand)Author
2021-10-18LibJS: Convert to_i32() to ThrowCompletionOrIdan Horowitz
2021-10-13LibJS: Convert to_string() to ThrowCompletionOrLinus Groh
2021-10-10Meta: Fix broken external linksBen Wiederhake
2021-09-18Lagom/Fuzzers: Add fuzzer for the LibCrypto PEM parserBrian Gianforcaro
2021-09-18Lagom/Fuzzers: Add fuzzer for the LibTLS ASN1 parserBrian Gianforcaro
2021-09-06Meta: Correct misuse of ByteBuffer::resize() as grow() in FuzziliJSAli Mohammad Pur
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-07-30Lagom: Fix oss-fuzz build error due to CMake typoBrian Gianforcaro
2021-07-29Lagom: Change to shared library build for all Lagom codeAndrew Kaster
2021-07-29LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfxAndrew Kaster
2021-07-24Lagom/Fuzzers: Add fuzzer for the quoted printable decoderLuke
2021-07-13Lagom/Fuzzers: Add fuzzer for FLAC loaderLuke
2021-07-13Lagom/Fuzzers: Add fuzzer for POSIX basic regex parserLuke
2021-07-06LibJS: Remove the default length & attributes from define_native_*Idan Horowitz
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-04LibTTF: Memory map TTF fonts instead of reading them into heap memoryAndreas Kling
2021-07-04LibTTF: Make TTF::Font loading API return error stringsAndreas Kling
2021-06-24LibSQL: Move Lexer and Parser machinery to AST directoryJan de Visser
2021-06-18Lagom/Fuzzers: Add fuzzers for all current hashing functionsLuke
2021-06-11Meta: Fuzz the LibIMAP Parserx-yl
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-31Lagom/Fuzzers: Add SQL parser fuzzerLuke
2021-05-31AK: Replace ByteBuffer::grow with resize()/ensure_capacity()Gunnar Beutner
2021-05-30Fuzz+LibGfx: When fuzzing GIFLoader, try to load all framesBen Wiederhake
2021-05-21Meta: Add a Wasm parser fuzzerAli Mohammad Pur
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-07Meta: Fix Fuzzers CMakeLists.txt and ReadMe.md to use CXX_COMPILER_IDBrian Gianforcaro
2021-05-01Lagom/Fuzzers: Add fuzzers for Windows-1251 and Windows-1255 decodersIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-11Everywhere: Update references from ReadMe.md => README.mdAndreas Kling
2021-03-27Lagom/Fuzzers: Add fuzzer for zip file parserLuke
2021-03-17LibJS: Rename GlobalObject::initialize() => initialize_global_object()Andreas Kling
2021-03-14Lagom/Fuzzers: Add fuzzers for the new Gzip and Deflate compressorsLuke
2021-03-14Lagom/Fuzzers: Add fuzzers for Latin 1, Latin 2 and UTF16-BELuke
2021-03-12FuzzilliJs: Add missing <errno.h> includeAndreas Kling
2021-03-04Lagom/Fuzzers: Add fuzzers for LibCompessLuke
2021-03-01Lagom/Fuzzers: Add WAV fuzzerLuke
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-13Lagom/Fuzzers: Add RSA key parser fuzzerLuke
2021-02-08Everywhere: Remove unnecessary headers 4/4Ben Wiederhake
2021-02-08Fuzz: Remove unused FuzziliJS headerBen Wiederhake
2021-01-24Lagom/Fuzzers: Fix FuzzilliJs build and update patch for new Fuzzilli versionLuke
2021-01-09Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-03FuzzJs: If the program successfully parsed, try running itLuke
2021-01-02Lagom/Fuzzers: Add TTF fuzzerLuke
2020-12-25LibELF: Remove ELF::Loader and move everyone to ELF::ImageAndreas Kling
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-19LibHTTP: Make HTTPRequest::from_raw_request() take a ReadonlyBytesAndreas Kling
2020-12-14Lagom/Fuzzers: Fix creation of ELF::LoaderItamar