Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-15 | Add theme_load to fe-fuzz | Joseph Bisch | |
2018-01-15 | Merge pull request #780 from josephbisch/fuzz-event-get-params | Joseph Bisch | |
Add event_get_params to fe-fuzz | |||
2018-01-02 | Remove outdated comment | Joseph Bisch | |
2018-01-02 | Remove redundant if case | Joseph Bisch | |
2017-11-30 | fix comments | ailin-nemui | |
2017-11-02 | Use gchar and g_strndup in fe-fuzz | Joseph Bisch | |
2017-11-02 | Fix malloc parameter in fe-fuzz | Joseph 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-02 | Remove unnecessary malloc cast in fe-fuzz | Joseph Bisch | |
We compile this as C code, so the cast is unnecessary. | |||
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-12 | Fix fe-fuzz nits | 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"). |