summaryrefslogtreecommitdiff
path: root/src/fe-fuzz
AgeCommit message (Collapse)Author
2017-06-01Use CXX for fe-fuzz linkingJoseph Bisch
2017-01-12Fix fe-fuzz nitsJoseph Bisch
2017-01-09Don't duplicate module-formats.* in fe-fuzzJoseph Bisch
2017-01-07Add frontend for fuzzingJoseph 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").