Xalan CVS tip revisions downloaded 22 July 02.  Built against xerces 1.7.0
with VC 6.0, SP5 on XP Prof.

The following code yields an int3:

<snippet>
std::string s("froggie");
XalanDOMString ds = TranscodeFromLocalCodePage(s.c_str(), s.size());
CharVectorType cv = TranscodeToLocalCodePage(ds);     // int3
</snippet>

HEAP[myprog.exe]: Invalid Address specified to RtlValidateHeap( 00EA0000,
01159D70 )



Reply via email to