diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-08-04 11:19:49 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2023-08-04 11:19:49 +0200 |
commit | 8debce7eab1cfb7a145d592d757b75e7cac83610 (patch) | |
tree | 928021fc7f634eaf5a8686feb1e85d745523c918 /test/StormTest.cpp | |
parent | 31dd4a36fc6b49330915886f56ac9a42d3e3150c (diff) |
Fixed heap overflow in handling of file patch
Diffstat (limited to 'test/StormTest.cpp')
-rwxr-xr-x | test/StormTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index 2bd5ceb..99138e4 100755 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4115,6 +4115,7 @@ static const TEST_INFO Test_OpenMpqs[] = {_T("MPQ_2023_v1_Volcanis.scm"), NULL, "522c89ca96d6736427b01f7c80dd626f", 3}, // Map modified with unusual file compression: ZLIB+Huffman
{_T("MPQ_2023_v4_UTF8.s2ma"), NULL, "97b7a686650f3307d135e1d1b017a36a", 67}, // Map contaning files with Chinese names (UTF8-encoded)
{_T("MPQ_2023_v1_GreenTD.w3x"), NULL, "477af4ddf11eead1412d7c87cb81b530", 2004}, // Corrupt sector checksum table in file #A0
+ {_T("MPQ_2023_v4_1F644C5A.SC2Replay"), NULL, "b225828ffbf5037553e6a1290187caab", 17}, // Corrupt patch info of the "(attributes)" file
// Protected archives
{_T("MPQ_2002_v1_ProtectedMap_InvalidUserData.w3x"), NULL, "b900364cc134a51ddeca21a13697c3ca", 79},
|