mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
When expanding a parameter entity in a DTD, infinite recursion could lead to an infinite loop or memory exhaustion. Thanks to Wei Lei for the first of many reports. Fixes bug 759579.
8 lines
207 B
Plaintext
8 lines
207 B
Plaintext
Entity: line 2: parser error : Detected an entity reference loop
|
|
%z; %z; %z; %z; %z;
|
|
^
|
|
Entity: line 2:
|
|
%z; %z; %z; %z; %z;
|
|
^
|
|
./test/errors/759579.xml : failed to parse
|