mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
fuzz server ssl init
This commit is contained in:
parent
6710b35736
commit
92ade2f591
@ -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…
Reference in New Issue
Block a user