You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by selvaganesang <gi...@git.apache.org> on 2017/10/28 00:48:06 UTC

[GitHub] incubator-trafodion pull request #1280: [TRAFODION-2785] mxosrvr dumps core ...

GitHub user selvaganesang opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1280

    [TRAFODION-2785] mxosrvr dumps core generated when loading data from …

    …Oracle to Trafodion at times
    
    When there is an error while loading the data, the hexadecimal representation
    of character column upto 254 bytes is shown as part of the error message.
    
    The function stringToHex had a subtle bug that can cause buffer overrun resulting in
    stack corruption.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/selvaganesang/incubator-trafodion trafodion-2785

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1280.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 #1280
    
----
commit 3cd76072e436fbf98e3713bc9ef5d77cab1401f8
Author: selvaganesang <se...@esgyn.com>
Date:   2017-10-28T00:40:56Z

    [TRAFODION-2785] mxosrvr dumps core generated when loading data from Oracle to Trafodion at times
    
    When there is an error while loading the data, the hexadecimal representation
    of character column upto 254 bytes is shown as part of the error message.
    
    The function stringToHex had a subtle bug that can cause buffer overrun resulting in
    stack corruption.

----


---

[GitHub] incubator-trafodion pull request #1280: [TRAFODION-2785] mxosrvr dumps core ...

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

    https://github.com/apache/incubator-trafodion/pull/1280


---