Give the fuzzed Win32 program a chance to display something even

if the diverted function itself causes a crash.
This commit is contained in:
Sam Hocevar
2009-12-07 18:35:45 +00:00
committed by sam
parent 01765e2aef
commit 21d6697bf0
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ int main(void)
AllocConsole();
fprintf(stderr, "About to call LoadLibraryA()\n");
LoadLibraryA("whatever");
//LoadLibraryA("whatever");
fprintf(stderr, "Finished calling LoadLibraryA()\n");
getchar();