File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ $ ./target/debug/fuzzed
66
66
When using ` libfuzzer-sys ` , you can provide your own ` libfuzzer ` runtime in two ways.
67
67
68
68
If you are developing a fuzzer, you can set the ` CUSTOM_LIBFUZZER_PATH ` environment variable to the path of your local
69
- libfuzzer runtime, which will then be linked instead of building libfuzzer as part of the build stage of ` libfuzzer-sys ` .
70
- For an example, to link to a prebuilt LLVM 16 libfuzzer, you could use:
69
+ ` libfuzzer ` runtime, which will then be linked instead of building libfuzzer as part of the build stage of ` libfuzzer-sys ` .
70
+ For an example, to link to a prebuilt LLVM 16 ` libfuzzer ` , you could use:
71
71
72
72
``` bash
73
73
$ export CUSTOM_LIBFUZZER_PATH=/usr/lib64/clang/16/lib/libclang_rt.fuzzer-x86_64.a
You can’t perform that action at this time.
0 commit comments