Explorar o código

fuzzer_sys -> libfuzzer_sys

Running the fuzzing code fails right now. Changing the crate declaration to `extern crate libfuzzer_sys` makes it work properly.
Christophe Biocca %!s(int64=9) %!d(string=hai) anos
pai
achega
251584615d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fuzz/fuzzers/parse.rs

+ 1 - 1
fuzz/fuzzers/parse.rs

@@ -1,6 +1,6 @@
 #![no_main]
 #![no_main]
 
 
-extern crate fuzzer_sys;
+extern crate libfuzzer_sys;
 
 
 extern crate url;
 extern crate url;
 use std::slice;
 use std::slice;