diff options
author | Nikias Bassen | 2017-05-30 20:19:35 +0200 |
---|---|---|
committer | Nikias Bassen | 2017-05-30 20:19:35 +0200 |
commit | 8bc2a5aaaf865c99c5e4410bb7cc0a86ed014a07 (patch) | |
tree | b41700e70e038e7d42e0ae0c2f1e7c4422a2322a /fuzz/xplist-crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 | |
parent | 2fecc5c03417fbb197d373691fc825d1f9ec3299 (diff) | |
download | libplist-8bc2a5aaaf865c99c5e4410bb7cc0a86ed014a07.tar.gz libplist-8bc2a5aaaf865c99c5e4410bb7cc0a86ed014a07.tar.bz2 |
fuzz: Move known crash/leak samples to per-fuzzer directories
Diffstat (limited to 'fuzz/xplist-crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17')
-rw-r--r-- | fuzz/xplist-crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/fuzz/xplist-crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 b/fuzz/xplist-crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 new file mode 100644 index 0000000..9038147 --- /dev/null +++ b/fuzz/xplist-crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 @@ -0,0 +1,53 @@ +<plist version="1.0"> +<dict> + <key>some test entitites</key> + <dict> + <key>copyright</key> + <string>©</string> + <key>multiple entitites</key> + <string>⼠⼡⼢</string> + <key>multiple entitites with characters inbetween</key> + <string>a⼣b⼤c⼥d</string> + </dict> + <key>one byte entity</key> + <dict> + <key>one byte entity</key> + <string>@</string> + <key>one byte entity with text after</key> + <string>@z</string> + <key>one byte entity with text before</key> + <string>a@</string> + <key>one byte entity with text before & after</key> + <string>a@z</string> + </dict> + <key>two-byte utf-8</key> + <dict> + <key>two-byte utf-8</key> + <string>Ä</string> + <key>two-byte utf-8 with text after</key> + <string>Ëyz</string> + <key>two-byte utf-8 with text before</key> + <string>abÖ</string> + <key>two-byte utf-8 with text before & after</key> + <string>abÜyz</string> + </dict> + <key>three byte utf-8</key> + <dict> + <key>three byte utf-8</key> + <string>¢</string> + <key>three byte utf-8 with text after</key> + <string>£xyz</string> + <key>three byte utf-8 with text bef&a;</key> + <string>abc¥</string> + <key>three byte utf-8 with text before & after</key> + (<string>abc₩xyz</string> + </dict> + <key>four byte utf-8</key> + <dict> + <key>four byte utf-8</key> + <string>𝕢</string> + with text before & after</key> + <string>abcd𝕥wxyz</string> + </dict> +</dict> +</plist> |