mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 09:12:13 -05:00
0ca41d2813
The underlying reason is an unconditional call to consume(), even if
there is no reason to expect that the string continues.
This crash was discovered by OSS-Fuzz:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=42354
This bug exists since the code was first written in April 2021:
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TestAES.cpp | ||
TestASN1.cpp | ||
TestBigInteger.cpp | ||
TestChaCha20.cpp | ||
TestChecksum.cpp | ||
TestCurves.cpp | ||
TestEd25519.cpp | ||
TestHash.cpp | ||
TestHMAC.cpp | ||
TestPoly1305.cpp | ||
TestRSA.cpp |