This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
libubox
Watch
6
Star
0
Fork
You've already forked libubox
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
379cd33d19
libubox
/
tests
/
fuzz
/
corpus
/
c1dfd96eea8cc2b62785275bca38ac261256e278
1 line
1 B
Text
Raw
Normal View
History
Unescape
Escape
tests: add libFuzzer based tests LibFuzzer is in-process, coverage-guided, evolutionary fuzzing engine. LibFuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entrypoint (aka "target function"); the fuzzer then tracks which areas of the code are reached, and generates mutations on the corpus of input data in order to maximize the code coverage. Lets use libFuzzer to fuzz blob and blobmsg parsing for the start. Ref: https://llvm.org/docs/LibFuzzer.html Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-12-08 15:11:02 +01:00
6
Reference in a new issue
Copy permalink