assimp/code/AssetLib/MMD
Alexandre Avenel aae93691b9 Fix container overflow in MMD parser
Using reserve, buffer size is not updated. Since data is directly inserted and not using push_pack,
this can lead to a container overflow.
2023-11-17 14:33:17 +01:00
..
MMDCpp14.h Update copyrights 2022-01-10 21:13:43 +01:00
MMDImporter.cpp Refactoring: Some cleanups 2023-11-12 21:09:33 +01:00
MMDImporter.h Refactoring: Some cleanups 2023-11-12 21:09:33 +01:00
MMDPmdParser.h Fix ordering of initalizer list 2022-08-27 15:20:53 +02:00
MMDPmxParser.cpp Fix container overflow in MMD parser 2023-11-17 14:33:17 +01:00
MMDPmxParser.h Fix warning related to missing-noreturn. 2023-04-01 18:46:12 +08:00
MMDVmdParser.h Update copyrights 2022-01-10 21:13:43 +01:00