summaryrefslogtreecommitdiffstats
path: root/fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17')
-rw-r--r--fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f1753
1 files changed, 53 insertions, 0 deletions
diff --git a/fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 b/fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17
new file mode 100644
index 0000000..9038147
--- /dev/null
+++ b/fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17
@@ -0,0 +1,53 @@
1<plist version="1.0">
2<dict>
3 <key>some test entitites</key>
4 <dict>
5 <key>copyright</key>
6 <string>&#169;</string>
7 <key>multiple entitites</key>
8 <string>&#x2F20;&#x2F21;&#x2F22;</string>
9 <key>multiple entitites with characters inbetween</key>
10 <string>a&#x2F23;b&#x2F24;c&#x2F25;d</string>
11 </dict>
12 <key>one byte entity</key>
13 <dict>
14 <key>one byte entity</key>
15 <string>&#64;</string>
16 <key>one byte entity with text after</key>
17 <string>&#x40;z</string>
18 <key>one byte entity with text before</key>
19 <string>a&#x40;</string>
20 <key>one byte entity with text before &amp; after</key>
21 <string>a&#64;z</string>
22 </dict>
23 <key>two-byte utf-8</key>
24 <dict>
25 <key>two-byte utf-8</key>
26 <string>&#xC4;</string>
27 <key>two-byte utf-8 with text after</key>
28 <string>&#xCB;yz</string>
29 <key>two-byte utf-8 with text before</key>
30 <string>ab&#xD6;</string>
31 <key>two-byte utf-8 with text before &amp; after</key>
32 <string>ab&#xDC;yz</string>
33 </dict>
34 <key>three byte utf-8</key>
35 <dict>
36 <key>three byte utf-8</key>
37 <string>&#xFFE0;</string>
38 <key>three byte utf-8 with text after</key>
39 <string>&#65505;xyz</string>
40 <key>three byte utf-8 with text bef&a;</key>
41 <string>abc&#xFFE5;</string>
42 <key>three byte utf-8 with text before &amp; after</key>
43 (<string>abc&#65510;xyz</string>
44 </dict>
45 <key>four byte utf-8</key>
46 <dict>
47 <key>four byte utf-8</key>
48 <string>&#x1D562;</string>
49 with text before &amp; after</key>
50 <string>abcd&#x1D565;wxyz</string>
51 </dict>
52</dict>
53</plist>