mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
fuzz server ssl init
This commit is contained in:
parent
e10e1c2da7
commit
215cf08828
1 changed files with 1 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ int LLVMFuzzerInitialize(int *argc, char ***argv) {
|
||||||
args_execute(0, NULL);
|
args_execute(0, NULL);
|
||||||
core_preinit((*argv)[0]);
|
core_preinit((*argv)[0]);
|
||||||
core_init();
|
core_init();
|
||||||
|
irssi_ssl_init();
|
||||||
irc_init();
|
irc_init();
|
||||||
fe_common_core_init();
|
fe_common_core_init();
|
||||||
fe_common_irc_init();
|
fe_common_irc_init();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue