1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00
ladybird/Meta/Lagom/Fuzzers
Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Note that as of this commit, there aren't any such throwers, and the
call site in Heap::allocate will drop exceptions on the floor. This
commit only serves to change the declaration of the overrides, make sure
they return an empty value, and to propagate OOM errors frm their base
initialize invocations.
2023-01-29 00:02:45 +00:00
..
add-serenity-support-to-fuzzilli.patch Lagom/Fuzzers: Fix FuzzilliJs build and update patch for new Fuzzilli version 2021-01-24 00:40:49 +01:00
CMakeLists.txt Lagom/Fuzzers: Add fuzzer for ICCProfile 2023-01-17 22:25:33 -05:00
EntryShim.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzASN1.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzBMPLoader.cpp LibGfx: Re-structure the whole initialization pattern for image decoders 2023-01-20 15:13:31 +00:00
FuzzBrotli.cpp LibCore: Rename MemoryStream to FixedMemoryStream 2022-12-15 13:28:29 +00:00
FuzzCSSParser.cpp Fuzzers: Convert FuzzCSSParser to use the MainThreadVM 2022-10-01 21:05:32 +01:00
FuzzCyrillicDecoder.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FuzzDeflateCompression.cpp Meta: Return 0 from the fuzzing function in most cases 2022-12-10 16:21:12 -07:00
FuzzDeflateDecompression.cpp Meta: Return 0 from the fuzzing function in most cases 2022-12-10 16:21:12 -07:00
FuzzELF.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzFlacLoader.cpp LibAudio: Remove try_ prefix from fallible LoaderPlugin methods 2023-01-28 22:41:36 +01:00
FuzzGemini.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzGIFLoader.cpp LibGfx: Re-structure the whole initialization pattern for image decoders 2023-01-20 15:13:31 +00:00
FuzzGzipCompression.cpp Meta: Return 0 from the fuzzing function in most cases 2022-12-10 16:21:12 -07:00
FuzzGzipDecompression.cpp Meta: Return 0 from the fuzzing function in most cases 2022-12-10 16:21:12 -07:00
FuzzHebrewDecoder.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FuzzHttpRequest.cpp Meta: Return 0 from the fuzzing function in most cases 2022-12-10 16:21:12 -07:00
FuzzICCProfile.cpp LibGfx: Move ICCProfile.{h,cpp} to ICC/Profile.{h,cpp} 2023-01-28 00:27:07 +00:00
FuzzICOLoader.cpp LibGfx: Re-structure the whole initialization pattern for image decoders 2023-01-20 15:13:31 +00:00
FuzzilliJs.cpp LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2023-01-29 00:02:45 +00:00
FuzzilliJs.dockerfile Meta: Rename Fuzzer flags to ENABLE_FUZZERS_{LIBFUZZER,OSSFUZZ} 2022-03-31 22:11:04 -07:00
FuzzilliJsInstructions.md Meta: Fix broken external links 2021-10-10 15:18:55 -07:00
FuzzIMAPParser.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzJPGLoader.cpp LibGfx: Re-structure the whole initialization pattern for image decoders 2023-01-20 15:13:31 +00:00
FuzzJs.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzJs.dict Lagom: Add fuzz testing for LibJS using libFuzzer (#1692) 2020-04-08 10:40:02 +02:00
FuzzLatin1Decoder.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FuzzLatin2Decoder.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FuzzMarkdown.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzMatroskaReader.cpp Meta: Return 0 from the fuzzing function in most cases 2022-12-10 16:21:12 -07:00
FuzzMD5.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzMP3Loader.cpp LibAudio: Remove try_ prefix from fallible LoaderPlugin methods 2023-01-28 22:41:36 +01:00
FuzzPBMLoader.cpp LibGfx: Re-structure the whole initialization pattern for image decoders 2023-01-20 15:13:31 +00:00
FuzzPDF.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzPEM.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzPGMLoader.cpp LibGfx: Re-structure the whole initialization pattern for image decoders 2023-01-20 15:13:31 +00:00
FuzzPNGLoader.cpp LibGfx: Re-structure the whole initialization pattern for image decoders 2023-01-20 15:13:31 +00:00
FuzzPoly1305.cpp Meta: Add fuzzer for Poly1305 2022-04-08 14:02:02 +04:30
FuzzPPMLoader.cpp LibGfx: Re-structure the whole initialization pattern for image decoders 2023-01-20 15:13:31 +00:00
FuzzQOILoader.cpp LibGfx: Re-structure the whole initialization pattern for image decoders 2023-01-20 15:13:31 +00:00
FuzzQuotedPrintableParser.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FuzzRegexECMA262.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzRegexPosixBasic.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzRegexPosixExtended.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzRSAKeyParsing.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzSHA1.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzSHA256.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzSHA384.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzSHA512.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzShell.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzSQLParser.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzTar.cpp LibCore: Rename MemoryStream to FixedMemoryStream 2022-12-15 13:28:29 +00:00
FuzzTGALoader.cpp LibGfx: Re-structure the whole initialization pattern for image decoders 2023-01-20 15:13:31 +00:00
FuzzTTF.cpp LibGfx: Rename TTF/TrueType to OpenType 2022-12-21 08:44:22 +01:00
FuzzURL.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FuzzUTF16BEDecoder.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
FuzzVP9Decoder.cpp Meta: Return 0 from the fuzzing function in most cases 2022-12-10 16:21:12 -07:00
FuzzWasmParser.cpp LibWasm: Port the parser to Core::Stream 2023-01-25 17:10:05 +03:30
FuzzWAVLoader.cpp LibAudio: Remove try_ prefix from fallible LoaderPlugin methods 2023-01-28 22:41:36 +01:00
FuzzWOFF.cpp Meta/Lagom: Add a fuzzer for the WOFF parser 2022-04-09 23:48:18 +02:00
FuzzXML.cpp Lagom/Fuzzers: Add XML parser fuzzer 2022-05-30 00:16:17 +01:00
FuzzZip.cpp LibArchive+Utilities: Stop using DeprecatedString 2023-01-08 09:54:08 +00:00
FuzzZlibDecompression.cpp Lagom: Fix up a missed usage of Compress::Zlib in the fuzzers 2023-01-03 23:26:45 +01:00