1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Joseph Bisch
cf46907256
Add frontend for fuzzing
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").
2017-01-07 20:01:07 -05:00
Will Song
6ac6fcec46
ignore MYMETA.* generated by scripts in project root 2015-11-25 11:53:48 -06:00
David Leadbeater
6b0a54628d Ignore build products in .gitignore 2014-07-06 18:42:43 +01:00
Geert Hauwaerts
be3f303497 Removed docs/help from the .gitignore 2014-06-30 22:18:07 +02:00
Alexander Færøy
c3ef9ee9a6 Add .gitignore 2014-05-31 01:40:38 +02:00
Alexander Færøy
fc556bdf4e Kill update-changelog.sh 2014-05-31 01:01:39 +02:00