Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information