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/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/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17')
-rw-r--r-- | fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 b/fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 deleted file mode 100644 index 9038147..0000000 --- a/fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 +++ /dev/null @@ -1,53 +0,0 @@ -<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> |