fuzzer seeds

This commit is contained in:
Chris Allen 2025-12-27 15:11:42 -06:00
commit d1144bb50b
16 changed files with 22 additions and 0 deletions

8
.gitignore vendored
View file

@ -90,4 +90,12 @@ Irssi-Dist
setup.cfg
*.egg-info
result
Build-fuzz
# Fuzzing artifacts (runtime corpus and crash/leak files)
corpus/
crash-*
leak-*
oom-*
timeout-*
slow-unit-*

Binary file not shown.

View file

@ -0,0 +1 @@
user1 user2 user3

View file

@ -0,0 +1 @@
:server PRIVMSG #channel :test

View file

@ -0,0 +1 @@
one two three four

View file

@ -0,0 +1 @@
Hello world

View file

@ -0,0 +1 @@
Test with colors

View file

@ -0,0 +1 @@
%Bbold%n %Uunderline%n %9reverse%n

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1 @@
:nick!user@host JOIN #channel

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,5 @@
abstracts = {
line_start = "%B-%W!%B-%n ";
timestamp = "%K$0-%n ";
hilight = "%_$*%_";
};

View file

@ -0,0 +1,2 @@
default_color = "-1";
replaces = { "[]=" = "%K$*%n"; };