mirror of
https://github.com/irssi/irssi.git
synced 2025-04-26 13:01:11 -05:00
fuzz server ssl init
This commit is contained in:
parent
e10e1c2da7
commit
215cf08828
@ -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…
x
Reference in New Issue
Block a user