mirror of
https://git.openwrt.org/project/uci.git
synced 2026-01-15 21:26:31 +00:00
9bd361ca323637b047ecfdf5de3c8cfbf64698d6
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. So lets use libFuzzer to fuzz uci_import for the start. Ref: https://llvm.org/docs/LibFuzzer.html Signed-off-by: Petr Štetiar <ynezz@true.cz>
Description
No description provided
Languages
C
90.3%
Shell
4.1%
CMake
3.2%
Perl
0.9%
Lua
0.9%
Other
0.6%