This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new f00c234 chore: Remove unexpected fuzz corpus (#6)
f00c234 is described below
commit f00c23402a2c0afd547c59291b3d29e7e543f2bf
Author: Xuanwo <[email protected]>
AuthorDate: Tue Sep 24 14:02:36 2024 +0800
chore: Remove unexpected fuzz corpus (#6)
Signed-off-by: Xuanwo <[email protected]>
---
fuzz/corpus/roundtrip/infinite_iteration | Bin 132 -> 0 bytes
fuzz/corpus/roundtrip/negate_with_overflow | Bin 17 -> 0 bytes
fuzz/corpus/roundtrip/unchecked_resize | Bin 58 -> 0 bytes
3 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/fuzz/corpus/roundtrip/infinite_iteration
b/fuzz/corpus/roundtrip/infinite_iteration
deleted file mode 100644
index d660680..0000000
Binary files a/fuzz/corpus/roundtrip/infinite_iteration and /dev/null differ
diff --git a/fuzz/corpus/roundtrip/negate_with_overflow
b/fuzz/corpus/roundtrip/negate_with_overflow
deleted file mode 100644
index 698f2b5..0000000
Binary files a/fuzz/corpus/roundtrip/negate_with_overflow and /dev/null differ
diff --git a/fuzz/corpus/roundtrip/unchecked_resize
b/fuzz/corpus/roundtrip/unchecked_resize
deleted file mode 100644
index 82a5f94..0000000
Binary files a/fuzz/corpus/roundtrip/unchecked_resize and /dev/null differ