assimp/code/AssetLib/MMD
Alexandre Avenel 58b80a8a52 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-04 09:59:13 +01:00
..
MMDCpp14.h Update copyrights 2022-01-10 21:13:43 +01:00
MMDImporter.cpp Fix MSVC Warnings With “emplace_back()” 2023-01-18 00:08:38 +01:00
MMDImporter.h Update copyrights 2022-01-10 21:13:43 +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-04 09:59:13 +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