Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-09 | Don't duplicate module-formats.* in fe-fuzz | Joseph Bisch | |
2017-01-07 | Add frontend for fuzzing | Joseph Bisch | |
Use the following configure command: $ ./configure --with-fuzzer --with-fuzzer-lib=/path/to/libFuzzer.a \ CC=clang CXX=clang++ Places an irssi-fuzz in src/fe-fuzz/ after build. Also can specify SANFLAGS to override the chosen sanitizer flags (defaults to "-g -fsanitize=address -fsanitize-coverage=trace-pc-guard"). |