fix: memory size overflow issue

This commit is contained in:
dapan1121 2023-05-18 10:25:10 +08:00
parent 5ac91597b6
commit 8994081592
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ void initGroupedResultInfo(SGroupResInfo* pGroupResInfo, SSHashObj* pHashmap, in
size_t keyLen = 0;
int32_t iter = 0;
int32_t bufLen = 0, offset = 0;
int64_t bufLen = 0, offset = 0;
// todo move away and record this during create window
while ((pData = tSimpleHashIterate(pHashmap, pData, &iter)) != NULL) {