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 2003/10/07 04:47:51 UTC

DO NOT REPLY [Bug 23640] New: - _ftprintf in CXMLDOMDocument (xml4com) is used incorrectly

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

_ftprintf in CXMLDOMDocument (xml4com) is used incorrectly

           Summary: _ftprintf in CXMLDOMDocument (xml4com) is used
                    incorrectly
           Product: Xerces-C++
           Version: 2.3.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Miscellaneous
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: rkramer@solve.net


use of _ftprintf in CXMLDOMDocument::save abends the calling program if a 
floating point format string, e.g. %f shows up in the xml data.  code should 
probably use _fputts, instead.

this has been observed with content.xml generated by openoffice 1.1 documents.

suggested modification appears to work correctly.

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