From b940ecf29c792a2c34877ed463e48270f35b10b8 Mon Sep 17 00:00:00 2001 From: Gavin Howard Date: Sun, 25 Jul 2021 17:27:07 -0600 Subject: Change an input to AFL++ Signed-off-by: Gavin Howard --- tests/fuzzing/bc_inputs3/strings.txt | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) mode change 100644 => 120000 tests/fuzzing/bc_inputs3/strings.txt (limited to 'tests') diff --git a/tests/fuzzing/bc_inputs3/strings.txt b/tests/fuzzing/bc_inputs3/strings.txt deleted file mode 100644 index 1cb7d6a6..00000000 --- a/tests/fuzzing/bc_inputs3/strings.txt +++ /dev/null @@ -1,12 +0,0 @@ -"string" -"another string" -"yet -another -string" -"noescapes\n" -"newline -" -print "string" -print "newline\n" - -print "\\\e\n" diff --git a/tests/fuzzing/bc_inputs3/strings.txt b/tests/fuzzing/bc_inputs3/strings.txt new file mode 120000 index 00000000..bfcfba0f --- /dev/null +++ b/tests/fuzzing/bc_inputs3/strings.txt @@ -0,0 +1 @@ +../../bc/strings.txt \ No newline at end of file -- cgit v1.2.3