fuzz: flush after calling uumain - was failing with printf

This commit is contained in:
Sylvestre Ledru
2023-11-09 10:54:41 +01:00
parent 2e0e88c3ac
commit 5fed5443e4
+1
View File
@@ -64,6 +64,7 @@ where
}
uumain_exit_status = uumain_function(args.to_owned().into_iter());
io::stdout().flush().unwrap();
// Restore the original stdout
unsafe {