From ec8d283f8d9282023663587c4272cc8a26b75079 Mon Sep 17 00:00:00 2001 From: Matevz Tadel Date: Thu, 10 Oct 2019 13:46:04 -0700 Subject: [PATCH] Insufficient size of static variable at instantiation in XrdHttpProtocol.cc --- src/XrdVersion.hh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/XrdVersion.hh.in b/src/XrdVersion.hh.in index febb6fbc04c..b764bdbbf9d 100644 --- a/src/XrdVersion.hh.in +++ b/src/XrdVersion.hh.in @@ -67,7 +67,7 @@ // "strings | grep '@V:'". // struct XrdVersionInfo {int vNum; const char vOpt; const char vPfx[3];\ - const char vStr[40];}; + const char vStr[64];}; // Macro to define the suffix to use when generating the extern version symbol. // This is used by SysPlugin. We cannot use it here as cpp does not expand the