You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by DaveBirdsall <gi...@git.apache.org> on 2018/02/21 22:59:13 UTC

[GitHub] trafodion pull request #1452: [TRAFODION-2967] Fix CommonLogger::buildMsgBuf...

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 <db...@...>
Date:   2018-02-21T22:57:38Z

    [TRAFODION-2967] Fix CommonLogger::buildMsgBuffer core in UPDATE STATS

----


---

[GitHub] trafodion pull request #1452: [TRAFODION-2967] Fix CommonLogger::buildMsgBuf...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/trafodion/pull/1452


---