GitHub user DaveBirdsall opened a pull request:
https://github.com/apache/trafodion/pull/1452
[TRAFODION-2967] Fix CommonLogger::buildMsgBuffer core in UPDATE STATS
Instead of passing raw data as a message template to the logging layers,
pass "%s", and then pass the raw data as a parameter. That prevents
misinterpretation of substrings that look like printf format strings, avoiding
cores.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DaveBirdsall/trafodion Trafodion2967
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1452.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1452
----
commit 5e83a527d05c672122f7ab50071f59fd3ed5e153
Author: Dave Birdsall <dbirdsall@...>
Date: 2018-02-21T22:57:38Z
[TRAFODION-2967] Fix CommonLogger::buildMsgBuffer core in UPDATE STATS
----
---