diff options
Diffstat (limited to 'fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17')
| -rw-r--r-- | fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 | 53 |
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>©</string> | ||
| 7 | <key>multiple entitites</key> | ||
| 8 | <string>⼠⼡⼢</string> | ||
| 9 | <key>multiple entitites with characters inbetween</key> | ||
| 10 | <string>a⼣b⼤c⼥d</string> | ||
| 11 | </dict> | ||
| 12 | <key>one byte entity</key> | ||
| 13 | <dict> | ||
| 14 | <key>one byte entity</key> | ||
| 15 | <string>@</string> | ||
| 16 | <key>one byte entity with text after</key> | ||
| 17 | <string>@z</string> | ||
| 18 | <key>one byte entity with text before</key> | ||
| 19 | <string>a@</string> | ||
| 20 | <key>one byte entity with text before & after</key> | ||
| 21 | <string>a@z</string> | ||
| 22 | </dict> | ||
| 23 | <key>two-byte utf-8</key> | ||
| 24 | <dict> | ||
| 25 | <key>two-byte utf-8</key> | ||
| 26 | <string>Ä</string> | ||
| 27 | <key>two-byte utf-8 with text after</key> | ||
| 28 | <string>Ëyz</string> | ||
| 29 | <key>two-byte utf-8 with text before</key> | ||
| 30 | <string>abÖ</string> | ||
| 31 | <key>two-byte utf-8 with text before & after</key> | ||
| 32 | <string>abÜyz</string> | ||
| 33 | </dict> | ||
| 34 | <key>three byte utf-8</key> | ||
| 35 | <dict> | ||
| 36 | <key>three byte utf-8</key> | ||
| 37 | <string>¢</string> | ||
| 38 | <key>three byte utf-8 with text after</key> | ||
| 39 | <string>£xyz</string> | ||
| 40 | <key>three byte utf-8 with text bef&a;</key> | ||
| 41 | <string>abc¥</string> | ||
| 42 | <key>three byte utf-8 with text before & after</key> | ||
| 43 | (<string>abc₩xyz</string> | ||
| 44 | </dict> | ||
| 45 | <key>four byte utf-8</key> | ||
| 46 | <dict> | ||
| 47 | <key>four byte utf-8</key> | ||
| 48 | <string>𝕢</string> | ||
| 49 | with text before & after</key> | ||
| 50 | <string>abcd𝕥wxyz</string> | ||
| 51 | </dict> | ||
| 52 | </dict> | ||
| 53 | </plist> | ||
