#9 closed defect (fixed)
SAX parser crash on entity reference
Reported by: | vadim.godunko | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | 0.0.6 |
Component: | Matreshka - XML Processor | Version: | |
Keywords: | Cc: |
Description
SAX parser crash when processing entity reference which replacement text is empty string.
<!DOCTYPE test [ <!ENTITY my ""> ]> <test>&my;</test>
> ./demo empty_entity.xml >>> (Internal_Entity_Decl): 'my' => '' >>> (Start_Element): '' 'test' 'test' raised CONSTRAINT_ERROR : matreshka-internals-utf16.adb:170 index check failed
Change History (4)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 12 years ago
Milestone: | → 0.1 |
---|
Note:
See TracTickets
for help on using tickets.
(In [603]) Add testcase.
Refs #9.