Files
assimp/code/Common
Alex Rebert 34d8fba100 Fix stack overflow in ZipArchiveIOSystem::MapArchive
The function allocates a filename buffer of 256, and copies the filename
extracted from the zip file into it. However, a filename might be larger
than 256 characters, in which case the function would write out of bounds.

This commit skips any file whose name is larger than 256 to avoid the
overflow.

Fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38870
Fix #4228
2022-01-05 10:01:46 -05:00
..
2021-02-28 12:17:54 +01:00
2021-12-22 20:43:44 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-09-11 21:51:20 +02:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2019-06-09 18:43:56 +02:00
2021-12-26 11:16:02 +01:00
2021-12-07 21:19:01 +01:00
2021-11-12 09:56:45 +01:00
2021-05-06 21:36:25 +02:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-10-08 08:48:01 +02:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00
2021-10-21 08:39:44 +01:00
2021-02-28 12:17:54 +01:00
2021-02-28 12:17:54 +01:00