fix invalid write
This commit is contained in:
parent
ff292f2243
commit
5a712d028c
|
|
@ -1358,6 +1358,7 @@ static void *mnodeBuildCreateChildTableMsg(SCMCreateTableMsg *pMsg, SChildTableO
|
|||
if (pMsg != NULL) {
|
||||
pTagData = (STagData *)pMsg->schema;
|
||||
tagDataLen = ntohl(pTagData->dataLen);
|
||||
contLen += tagDataLen;
|
||||
}
|
||||
} else {
|
||||
totalCols = pTable->numOfColumns;
|
||||
|
|
|
|||
Loading…
Reference in New Issue