mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
fuzzer seeds
This commit is contained in:
parent
40594d9eee
commit
d1144bb50b
16 changed files with 22 additions and 0 deletions
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