add vtables data

This commit is contained in:
2023-02-24 14:10:21 +08:00
parent 58aee73fd6
commit 5ae8c8794b
4 changed files with 3436 additions and 8 deletions

View File

@ -145,7 +145,7 @@ namespace LibCmo {
// read normal data
this->m_DataDwSize = dwbuf[1];
bufpos = 2;
bufpos = 2u;
if (this->m_DataDwSize != 0) {
this->m_pData = new(std::nothrow) CKDWORD[this->m_DataDwSize];