summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Fuzzers
AgeCommit message (Expand)Author
2022-02-08LibJS+Everywhere: Remove all VM::clear_exception() callsdavidot
2022-01-22LibJS: Refactor interpreter to use Script and Source Text ModulesLuke Wilde
2022-01-22LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)kleines Filmröllchen
2022-01-08LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>Linus Groh
2021-12-21Meta: Add a fuzzer for the QOILoaderLinus Groh
2021-12-05Fuzzers: Cast unused smart-pointer return values to voidSam Atkins
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-21LibGfx: Make ImageDecoderPlugin::frame() return ErrorOr<>Andreas Kling
2021-11-18LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)Andreas Kling
2021-11-18Fuzzers: Use ImageDecoderPlugin::frame() in image decoder fuzzersAndreas Kling
2021-11-13Fuzzers: Use ImageDecoders instead of load_FORMAT_from_memory() wrappersAndreas Kling
2021-10-31FuzzilliJS: Convert native functions to ThrowCompletionOrIdan Horowitz
2021-10-30Lagom/Fuzzers: Add fuzzer for PDF documentBrendan Coles
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
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