mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
LibGfx/BMPLoader: Mitigate potential overflows when decoding bitmap DIB
This commit is contained in:
parent
8ec26f3b54
commit
2311e28d63
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