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 <selva.govindara...@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. ---- ---