From 1e89644636438269bcedb50f3eabf0780d0074ac Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 29 May 2017 04:05:01 +0200 Subject: fuzz: Add some known previously crashing test cases --- .../crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17 (limited to 'fuzz/crashes/crash-09788d7acb46b4b177422f9c4ee54556a3ad1f17') 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 @@ + + + some test entitites + + copyright + © + multiple entitites + ⼠⼡⼢ + multiple entitites with characters inbetween + a⼣b⼤c⼥d + + one byte entity + + one byte entity + @ + one byte entity with text after + @z + one byte entity with text before + a@ + one byte entity with text before & after + a@z + + two-byte utf-8 + + two-byte utf-8 + Ä + two-byte utf-8 with text after + Ëyz + two-byte utf-8 with text before + abÖ + two-byte utf-8 with text before & after + abÜyz + + three byte utf-8 + + three byte utf-8 + + three byte utf-8 with text after + £xyz + three byte utf-8 with text bef&a; + abc¥ + three byte utf-8 with text before & after + (abc₩xyz + + four byte utf-8 + + four byte utf-8 + 𝕢 + with text before & after + abcd𝕥wxyz + + + -- cgit v1.1-32-gdbae