mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
fuzzer seeds
This commit is contained in:
parent
40594d9eee
commit
d1144bb50b
16 changed files with 22 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -90,4 +90,12 @@ Irssi-Dist
|
||||||
setup.cfg
|
setup.cfg
|
||||||
*.egg-info
|
*.egg-info
|
||||||
result
|
result
|
||||||
|
Build-fuzz
|
||||||
|
|
||||||
|
# Fuzzing artifacts (runtime corpus and crash/leak files)
|
||||||
corpus/
|
corpus/
|
||||||
|
crash-*
|
||||||
|
leak-*
|
||||||
|
oom-*
|
||||||
|
timeout-*
|
||||||
|
slow-unit-*
|
||||||
|
|
|
||||||
BIN
fuzz-corpora/event-get-params-fuzz/seed1
Normal file
BIN
fuzz-corpora/event-get-params-fuzz/seed1
Normal file
Binary file not shown.
1
fuzz-corpora/event-get-params-fuzz/seed2
Normal file
1
fuzz-corpora/event-get-params-fuzz/seed2
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
user1 user2 user3
|
||||||
1
fuzz-corpora/event-get-params-fuzz/seed3
Normal file
1
fuzz-corpora/event-get-params-fuzz/seed3
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
:server PRIVMSG #channel :test
|
||||||
1
fuzz-corpora/event-get-params-fuzz/seed4
Normal file
1
fuzz-corpora/event-get-params-fuzz/seed4
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
one two three four
|
||||||
1
fuzz-corpora/irssi-fuzz/seed1
Normal file
1
fuzz-corpora/irssi-fuzz/seed1
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Hello world
|
||||||
1
fuzz-corpora/irssi-fuzz/seed2
Normal file
1
fuzz-corpora/irssi-fuzz/seed2
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Test with colors
|
||||||
1
fuzz-corpora/irssi-fuzz/seed3
Normal file
1
fuzz-corpora/irssi-fuzz/seed3
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
%Bbold%n %Uunderline%n %9reverse%n
|
||||||
BIN
fuzz-corpora/server-fuzz/seed1
Normal file
BIN
fuzz-corpora/server-fuzz/seed1
Normal file
Binary file not shown.
BIN
fuzz-corpora/server-fuzz/seed2
Normal file
BIN
fuzz-corpora/server-fuzz/seed2
Normal file
Binary file not shown.
BIN
fuzz-corpora/server-fuzz/seed3
Normal file
BIN
fuzz-corpora/server-fuzz/seed3
Normal file
Binary file not shown.
1
fuzz-corpora/server-fuzz/seed4
Normal file
1
fuzz-corpora/server-fuzz/seed4
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
:nick!user@host JOIN #channel
|
||||||
BIN
fuzz-corpora/server-fuzz/seed5
Normal file
BIN
fuzz-corpora/server-fuzz/seed5
Normal file
Binary file not shown.
BIN
fuzz-corpora/server-fuzz/seed6
Normal file
BIN
fuzz-corpora/server-fuzz/seed6
Normal file
Binary file not shown.
5
fuzz-corpora/theme-load-fuzz/seed1
Normal file
5
fuzz-corpora/theme-load-fuzz/seed1
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
abstracts = {
|
||||||
|
line_start = "%B-%W!%B-%n ";
|
||||||
|
timestamp = "%K$0-%n ";
|
||||||
|
hilight = "%_$*%_";
|
||||||
|
};
|
||||||
2
fuzz-corpora/theme-load-fuzz/seed2
Normal file
2
fuzz-corpora/theme-load-fuzz/seed2
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
default_color = "-1";
|
||||||
|
replaces = { "[]=" = "%K$*%n"; };
|
||||||
Loading…
Add table
Add a link
Reference in a new issue