mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 11:48:06 +00:00
LibGfx/BMPLoader: Mitigate potential overflows when decoding bitmap DIB
This commit is contained in:
parent
8ec26f3b54
commit
2311e28d63
Notes:
sideshowbarker
2024-07-17 17:49:11 +09:00
Author: https://github.com/tcl3
Commit: 2311e28d63
Pull-request: https://github.com/SerenityOS/serenity/pull/21505
3 changed files with 5 additions and 4 deletions
|
@ -73,7 +73,8 @@ TEST_CASE(test_ico_malformed_frame)
|
|||
{
|
||||
Array test_inputs = {
|
||||
TEST_INPUT("ico/oss-fuzz-testcase-62541.ico"sv),
|
||||
TEST_INPUT("ico/oss-fuzz-testcase-63177.ico"sv)
|
||||
TEST_INPUT("ico/oss-fuzz-testcase-63177.ico"sv),
|
||||
TEST_INPUT("ico/oss-fuzz-testcase-63357.ico"sv)
|
||||
};
|
||||
|
||||
for (auto test_input : test_inputs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue