Bug 1741684 - Initialize PSM prior to HTTP fuzzing iterations. r=decoder

Differential Revision: https://phabricator.services.mozilla.com/D131414
This commit is contained in:
Jesse Schwartzentruber 2021-11-17 21:51:43 +00:00
parent b9f5b1b3a0
commit 931314c5f1

View File

@ -43,6 +43,8 @@ static int FuzzingInitNetworkHttp(int* argc, char*** argv) {
httpSpec = "http://127.0.0.1/";
}
net_EnsurePSMInit();
return 0;
}