[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] fuzz: add a script to help build reproducers
From: |
Alexander Bulekov |
Subject: |
[PATCH 0/2] fuzz: add a script to help build reproducers |
Date: |
Sat, 13 Mar 2021 23:23:55 -0500 |
Hello,
This series adds a script that can be handy for reporting fuzzer bugs
and creating regression-tests, based on crash reproducers.
Patch 1 adds a script that can help create bash and C reproducers for
crashes.
Patch 2 documents the process of building reproducers.
Alexander Bulekov (2):
fuzz: add a script to build reproducers
fuzz: add instructions for building reproducers
docs/devel/fuzzing.rst | 45 ++++++++
scripts/oss-fuzz/output_reproducer.py | 160 ++++++++++++++++++++++++++
2 files changed, 205 insertions(+)
create mode 100755 scripts/oss-fuzz/output_reproducer.py
--
2.28.0
- [PATCH 0/2] fuzz: add a script to help build reproducers,
Alexander Bulekov <=