mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

Set a flag to detect entity loops at once instead of processing until the depth limit is exceeded.
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
./test/errors/759579.xml:9: parser error : Detected an entity reference loop
|
|
%z;
|
|
^
|
|
Entity: line 2:
|
|
%z; %z; %z; %z; %z;
|
|
^
|
|
./test/errors/759579.xml : failed to parse
|