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=24410>. 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=24410 Purify UMR Errors in AbstractStringValidator Summary: Purify UMR Errors in AbstractStringValidator Product: Xerces-C++ Version: 2.3.0 Platform: All OS/Version: Other Status: NEW Severity: Major Priority: Other Component: Utilities AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] There are several of Purify UMR Errors in AbstractStringValidator.cpp. Namely, look in AbstractStringValidator::assignFacet. For each of the try-catch blocks there follows a branch, which reads a variable declarared before the try, but these are uninitialized. In all cases you will have undefined behavior if an exception occurs. Please, initialize all your variables to a known state prior to reading them. There are four bugs here. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]