mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
cf46907256
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").
65 lines
762 B
Plaintext
65 lines
762 B
Plaintext
ChangeLog
|
|
Makefile
|
|
Makefile.PL
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache
|
|
blib
|
|
build-aux
|
|
config.log
|
|
config.status
|
|
configure
|
|
default-config.h
|
|
default-theme.h
|
|
faq.txt
|
|
irssi-config
|
|
irssi-config.h
|
|
irssi-config.h.in
|
|
irssi-version.h
|
|
libtool
|
|
libtool.m4
|
|
ltoptions.m4
|
|
ltsugar.m4
|
|
ltversion.m4
|
|
lt~obsolete.m4
|
|
pm_to_blib
|
|
stamp-h1
|
|
MYMETA.*
|
|
|
|
docs/help/Makefile.am
|
|
docs/help/[a-z]*
|
|
!docs/help/in
|
|
docs/help/in/Makefile.am
|
|
|
|
src/fe-text/irssi
|
|
src/fe-fuzz/irssi-fuzz
|
|
|
|
src/fe-common/irc/irc-modules.c
|
|
src/irc/irc.c
|
|
|
|
src/perl/perl-signals-list.h
|
|
src/perl/irssi-core.pl.h
|
|
|
|
src/perl/common/*.c
|
|
src/perl/irc/*.c
|
|
src/perl/textui/*.c
|
|
src/perl/ui/*.c
|
|
src/perl/*/MYMETA.*
|
|
src/perl/*/Makefile.old
|
|
|
|
src/fe-fuzz/crash-*
|
|
src/fe-fuzz/oom-*
|
|
|
|
*.a
|
|
*.bs
|
|
*.la
|
|
*.lo
|
|
*.o
|
|
*~
|
|
|
|
*.tar.bz2
|
|
*.tar.gz
|
|
|
|
.deps
|
|
.libs
|