From: John Wolfe Date: Mon, 5 Apr 2021 16:01:43 +0000 (-0700) Subject: Common header file change not directly applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3256fd9e85d75768f9bcbeb39037a35e2b7c3908;p=thirdparty%2Fopen-vm-tools.git Common header file change not directly applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index 4a7836e8e..5678b7bc2 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -400,7 +400,7 @@ typedef struct { Bool additionalLine; char timeStamp[64]; char threadName[32]; - char opID[132]; // Will be empty string on hosted products + char opID[LOG_MAX_OPID_LENGTH + 1]; // Will be empty string on hosted products } LogLineMetadata; typedef void (LogCustomMsgFuncEx)(const LogLineMetadata * const metadata,