Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-15 | Add theme_load to fe-fuzz | Joseph Bisch | |
2017-10-24 | Add event_get_params to fe-fuzz | Joseph Bisch | |
2017-06-01 | Use CXX for fe-fuzz linking | Joseph Bisch | |
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"). |