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

Initial framework for fuzz testing #191

Merged
merged 2 commits into from
Jun 21, 2017

Conversation

darconeous
Copy link
Contributor

This is the first step in implementing a comprehensive fuzz test target
for wpantund. At the moment, the target is only fuzzing the config
file parser, which is nice but ultimately not really what we are interested
in. The plan is to extend this fuzz target to cover a much wider set
of input processing.

This fuzz target is currently set up for use by libFuzzer, but
may in the future be used by other fuzzing systems.

Additional fuzz targets will be set up for more low-level module fuzzing.

This is the first step in implementing a comprehensive fuzz test target
for wpantund. At the moment, the target is only fuzzing the config
file parser, which is nice but ultimately not really what we are interested
in. The plan is to extend this fuzz target to cover a much wider set
of input processing.

This fuzz target is currently set up for use by [libFuzzer][1], but
may in the future be used by other fuzzing systems.

Additional fuzz targets will be set up for more low-level module fuzzing.

[1]: http://llvm.org/docs/LibFuzzer.html
Copy link
Member

@bukepo bukepo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM:+1:

@darconeous darconeous merged commit d825964 into openthread:master Jun 21, 2017
@darconeous
Copy link
Contributor Author

@bukepo: Did you ever get a chance to work on adding the NCP fuzzing like we discussed when I was in Shanghai?

@bukepo
Copy link
Member

bukepo commented Sep 12, 2017

I'm sorry but I'm still engaged in some urgent tasks. I will work on this once I got the time.

@darconeous
Copy link
Contributor Author

FYI: See the Fuzzing page on the wiki for instructions on how to fuzz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants