DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27274>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27274 Possible improvement in XalanDOMString::append(const char* ...) function Summary: Possible improvement in XalanDOMString::append(const char* ...) function Product: XalanC Version: CurrentCVS Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The function is using a null-ended string as parameter. If we change the second parameter function "doTranscode" to XalanDOMString::npos , later , in function doTranscodeFromLocalCodePage , line 1130 we can save unnecessary calls for “new” and “strncpy”.
