Skip to content

Commit b5020af

Browse files
committed
wrap stdin
1 parent 2245c6e commit b5020af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def start_reporting_process(reader)
3737

3838
def start_fuzzing_process(file_path, writer)
3939
fork do
40-
# STDOUT.reopen('/dev/null')
40+
STDOUT.reopen('/dev/null')
4141
STDIN.reopen('/dev/null')
4242
loop do
4343
bytes = Random.new.bytes(10)

0 commit comments

Comments
 (0)