Skip to content
Snippets Groups Projects
Commit cc245a26 authored by Philippe Canal's avatar Philippe Canal
Browse files

Adjust buffer size to avoid truncation.

tree/treeplayer/src/TTreeFormula.cxx:2550:23: warning: ‘char* strncat(char*, const char*, size_t)’ output may be truncated copying between 0 and 1023 bytes from a string of length 1023 [-Wstringop-truncation]
                strncat(second,work,kMaxLen-1-strlen(second));
                ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
parent a92d6f21
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment