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 3c26c6e commit 87a29e8Copy full SHA for 87a29e8
run.rb
@@ -37,7 +37,6 @@ def fuzz_function_exists?(file_path)
37
seen = {}
38
loop do
39
encoded_bytes, cov_hash = reader.gets.strip.split('_')
40
- decoded_bytes = Base64.strict_decode64(encoded_bytes)
41
42
if !seen.include?(cov_hash)
43
seen[cov_hash] = Base64.strict_decode64(encoded_bytes)
0 commit comments