Skip to content

Commit

Permalink
Insufficient size of static variable at instantiation in XrdHttpProto…
Browse files Browse the repository at this point in the history
…col.cc
  • Loading branch information
osschar authored and simonmichal committed Oct 16, 2019
1 parent bea67b1 commit ec8d283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XrdVersion.hh.in
Expand Up @@ -67,7 +67,7 @@
// "strings <objectfile> | 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
Expand Down

0 comments on commit ec8d283

Please sign in to comment.