mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
0df3bc3f28
* parser.c xmlreader.c include/libxml/parser.h: fixed a serious problem when substituing entities using the Reader, the entities content might be freed and if rereferenced would crash * Makefile.am test/* result/*: added a new test case and a new test operation for the reader with substitution of entities. Daniel
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
0 10 test 0 0
|
|
0 1 test 0 0
|
|
1 1 p 0 0
|
|
2 3 #text 0 1 An ampersand (&) may be escaped
|
|
numerically (&) or with a general entity
|
|
(&).
|
|
1 15 p 0 0
|
|
0 15 test 0 0
|