I am seeing a crash in my xerces xml generating code, within the function XMLFormatter::handleUnEscapedChars. The exact line where the error occurs seems to be the following:
= fXCoder->transcodeTo(srcPtr, srcChars,
fTmpBuf, kTmpBufSize,
charsEaten, unRepOpts);
The content of srcPtr seems to be fine, however fTmpBuf seems to be have some junk.
srcPtr contains:
in contrast fTmpBuf contains some junk at the start of the buffer, can anyone comprehend why this would happen?