We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2245c6e commit b5020afCopy full SHA for b5020af
run.rb
@@ -37,7 +37,7 @@ def start_reporting_process(reader)
37
38
def start_fuzzing_process(file_path, writer)
39
fork do
40
- # STDOUT.reopen('/dev/null')
+ STDOUT.reopen('/dev/null')
41
STDIN.reopen('/dev/null')
42
loop do
43
bytes = Random.new.bytes(10)
0 commit comments