Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fuzzing infrastructure #1193

Merged
merged 2 commits into from
May 31, 2022
Merged

Add fuzzing infrastructure #1193

merged 2 commits into from
May 31, 2022

Conversation

achernya
Copy link
Collaborator

Add support for libfuzzer-based fuzzer, and add some fuzzers for the terminal subsystem to serve as an example for how to write fuzzers.

achernya added 2 commits May 30, 2022 20:15
This commit adds the --enable-fuzzing (and --enable-asan, to make
fuzzing more useful) options and a sample fuzzer for the terminal
parser. At this time only libfuzzer is supported. Future changes to
add AFL to get more fuzzing capability should be possible with the
addition of the afl_driver.cc from Chromium.
This commit adds a fuzzer for more of the terminal pipeline, adding
coverage for the input and output portions of the terminal
framebuffer.
@achernya achernya merged commit adb62e9 into mobile-shell:master May 31, 2022
@achernya achernya deleted the fuzz branch August 3, 2022 23:20
@eminence eminence added this to the 1.4.0 milestone Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants