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 2001/04/12 22:38:32 UTC

[Bug 1327] New - DOMParser crashes if XML source has damaged structure.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1327

*** shadow/1327	Thu Apr 12 13:38:31 2001
--- shadow/1327.tmp.26246	Thu Apr 12 13:38:31 2001
***************
*** 0 ****
--- 1,21 ----
+ +============================================================================+
+ | DOMParser crashes if XML source has damaged structure.                     |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1327                        Product: Xerces-C                |
+ |       Status: NEW                         Version: 1.4                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Major                    OS/Version: Windows 9x              |
+ |     Priority: High                      Component: DOM                     |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-c-dev@xml.apache.org                                  |
+ |  Reported By: vermakov@hotmail.com                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ If XML source have damaged structure like non-closed tags or non-complete 
+ content the parser does not throw an exception. It crashes. In debug mode 
+ VisualStudio 6.0 give me some more info "Debug Assertion Failed" or "Damage 
+ before free block...". How to check XML source before execute parser->parse
+ (source); and get crashed?

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