From 1d8b54892a2cb6eb89bae3705216d8c29eda9e0d Mon Sep 17 00:00:00 2001 From: Chris Waldon Date: Thu, 20 Jul 2023 15:25:05 -0400 Subject: [PATCH] text: commit important fuzz failure test data This commit adds several notable fuzz test failure cases to our corpus. Signed-off-by: Chris Waldon --- text/testdata/fuzz/FuzzLayout/4197f52af4459898 | 5 +++++ text/testdata/fuzz/FuzzLayout/940ce2b5ed93df01 | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 text/testdata/fuzz/FuzzLayout/4197f52af4459898 create mode 100644 text/testdata/fuzz/FuzzLayout/940ce2b5ed93df01 diff --git a/text/testdata/fuzz/FuzzLayout/4197f52af4459898 b/text/testdata/fuzz/FuzzLayout/4197f52af4459898 new file mode 100644 index 00000000..0f23a51f --- /dev/null +++ b/text/testdata/fuzz/FuzzLayout/4197f52af4459898 @@ -0,0 +1,5 @@ +go test fuzz v1 +string("\n") +bool(false) +byte('±') +uint16(0) diff --git a/text/testdata/fuzz/FuzzLayout/940ce2b5ed93df01 b/text/testdata/fuzz/FuzzLayout/940ce2b5ed93df01 new file mode 100644 index 00000000..7a9c2411 --- /dev/null +++ b/text/testdata/fuzz/FuzzLayout/940ce2b5ed93df01 @@ -0,0 +1,5 @@ +go test fuzz v1 +string("000000000000000 00000000 ٰ00000") +bool(true) +byte('\n') +uint16(121)