-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5805fa
commit 7f8169b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule honggfuzz
updated
30 files
+2 −1 | .clang-format | |
+2 −0 | .clangd | |
+11 −0 | CHANGELOG | |
+5 −2 | Makefile | |
+1 −1 | README.md | |
+246 −228 | cmdline.c | |
+24 −24 | display.c | |
+32 −1 | fuzz.c | |
+1 −1 | hfuzz_cc/hfuzz-cc.c | |
+29 −0 | honggfuzz.c | |
+11 −10 | honggfuzz.h | |
+122 −0 | input.c | |
+3 −0 | input.h | |
+6 −6 | libhfcommon/files.c | |
+11 −3 | libhfcommon/log.c | |
+5 −5 | libhfcommon/ns.c | |
+41 −41 | libhfcommon/util.c | |
+4 −4 | libhfnetdriver/netdriver.c | |
+1 −1 | libhfuzz/fetch.c | |
+12 −12 | libhfuzz/instrument.c | |
+43 −6 | libhfuzz/memorycmp.c | |
+17 −17 | linux/bfd.c | |
+23 −23 | linux/perf.c | |
+17 −17 | linux/pt.c | |
+17 −19 | linux/trace.c | |
+21 −21 | mac/arch.c | |
+119 −118 | mangle.c | |
+65 −66 | netbsd/trace.c | |
+28 −28 | socketfuzzer/vulnserver_cov.c | |
+62 −62 | subproc.c |