Skip to content

Commit

Permalink
Update README.md (#8638)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Somsikov committed Nov 17, 2021
1 parent 67f982f commit b53a0dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fuzz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You should use the same compiler as was used for the openvino build.
```bash
(\
mkdir -p tests/fuzz/build && cd tests/fuzz/build && \
CC=clang CXX=clang++ cmake .. -DENABLE_FUZZING=ON -DENABLE_SANITIZER=ON -DTREAT_WARNING_AS_ERROR=OFF -DInferenceEngine_DIR=$(pwd)/../../../build && \
CC=clang CXX=clang++ cmake .. -DENABLE_FUZZING=ON -DENABLE_SANITIZER=ON -DTREAT_WARNING_AS_ERROR=OFF -DOpenVINO_DIR=$(pwd)/../../../build && \
cmake --build . \
)
```
Expand Down Expand Up @@ -86,4 +86,4 @@ Fuzzing run halts on the first issue identified, prints issue details to stdout
./read_network-fuzzer crash-409b5eeed46a8445b7f7b7a2ce5b60a9ad895e3b
```

It is recommended but not required to use binaries built for fuzzing to debug the issues. A binaries built without `ENABLE_FUZZING` options can also be used to reproduce and debug the issues.
It is recommended but not required to use binaries built for fuzzing to debug the issues. A binaries built without `ENABLE_FUZZING` options can also be used to reproduce and debug the issues.

0 comments on commit b53a0dc

Please sign in to comment.