Branch
Hash :
0df3bc3f
Author :
Date :
2004-06-08T12:03:41
fixed a serious problem when substituing entities using the Reader, the * 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
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
<!DOCTYPE doc [
<!ENTITY test1 "<a/>,<b/>,<c/>,<d/>">
]>
<doc>
<ent>&test1;</ent>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<p> WE need lot of garbage now to trigger the problem</p>
<ent>&test1;</ent>
</doc>