You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/04/29 12:58:04 UTC

DO NOT REPLY [Bug 8616] New: - Purify reporting UMR errors

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=8616>.
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=8616

Purify reporting UMR errors

           Summary: Purify reporting UMR errors
           Product: Xerces-C++
           Version: 1.7.0
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: DOM
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: kenneth.w.philp@jpmorgan.com


Within DOMString.cpp Purify is reporting a number of "Uninitialised Memory Read" 
(UMR) errors. 

The error is being reported when the length of DOMStrData is being checked on 
line 1071 of the file DOMString.cpp, ie,

        if (DOMStrData[fHandle->fLength] == 0)


There are also other similiar situations when UMR errors are being reported.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org