summaryrefslogtreecommitdiff
path: root/src/fe-fuzz
AgeCommit message (Collapse)Author
2018-01-15Add theme_load to fe-fuzzJoseph Bisch
2018-01-15Merge pull request #780 from josephbisch/fuzz-event-get-paramsJoseph Bisch
Add event_get_params to fe-fuzz
2018-01-02Remove outdated commentJoseph Bisch
2018-01-02Remove redundant if caseJoseph Bisch
2017-11-30fix commentsailin-nemui
2017-11-02Use gchar and g_strndup in fe-fuzzJoseph Bisch
2017-11-02Fix malloc parameter in fe-fuzzJoseph Bisch
It is fairly safe to assume that sizeof(char) will always be 1 anyway and replace the size calculation with a comment explaining the calculation.
2017-11-02Remove unnecessary malloc cast in fe-fuzzJoseph Bisch
We compile this as C code, so the cast is unnecessary.
2017-10-24Add event_get_params to fe-fuzzJoseph Bisch
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").