fix: syscap_codec

Signed-off-by: cuican <cuican23@h-partners.com>
This commit is contained in:
cuican
2026-05-13 11:44:29 +08:00
parent 4623cf8e6d
commit c445de9b3d
+1 -1
View File
@@ -721,7 +721,7 @@ int32_t DecodeStringPCIDToJson(char *input, char *outDirPath)
{
int32_t ret = -1;
uint32_t osSyscap[OS_SYSCAP_NUM] = {0};
uint32_t pcidHeader[PCID_HEADER];
uint32_t pcidHeader[PCID_HEADER] = {0};
char *priSyscapStr = NULL;
char *jsonBuffer = NULL;