feat: patch chrono
This commit is contained in:
12
javascript-engine/external/chrono/fuzz/README.md
vendored
Normal file
12
javascript-engine/external/chrono/fuzz/README.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# Fuzzing Chrono
|
||||
To fuzz Chrono we rely on the [Cargo-fuzz](https://rust-fuzz.github.io/) project.
|
||||
|
||||
To install cargo-fuzz:
|
||||
```
|
||||
cargo install cargo-fuzz
|
||||
```
|
||||
|
||||
To run the Chrono fuzzer, navigate to the top directory of chrono and issue the following command:
|
||||
```
|
||||
cargo-fuzz run fuzz_reader
|
||||
```
|
||||
Reference in New Issue
Block a user