assimp/code/AssetLib/MDL
Alex Rebert 932dfe0562
Fix overflowing allocations in MDLMaterialLoader
Some allocations might underallocate due to integer overflows. This
commit ensures that we are throwing an exception if the allocation size
does not fit in an unsigned int.

Fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=25341
2021-10-28 22:27:19 -04:00
..
HalfLife removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
MDLDefaultColorMap.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
MDLFileData.h fix -Waddress-of-packed-member 2021-05-30 11:45:50 +03:00
MDLLoader.cpp Merge branch 'master' into Q1MDLgroup 2021-10-01 13:36:55 +02:00
MDLLoader.h Next iteration for c++11 features. 2021-09-13 22:38:20 +02:00
MDLMaterialLoader.cpp Fix overflowing allocations in MDLMaterialLoader 2021-10-28 22:27:19 -04:00