Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/setting-up-fuzzing/heartbleed_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Run these commands to build a libFuzzer target for OpenSSL:
[comment]: <> (TODO(metzman): Check that the URLs work when repo gets published.)
```bash
# Download and unpack a vulnerable version of OpenSSL:
curl -O https://ftp.openssl.org/source/old/1.0.1/openssl-1.0.1f.tar.gz
wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_0_1f/openssl-1.0.1f.tar.gz
tar xf openssl-1.0.1f.tar.gz

# Build OpenSSL with ASan and fuzzer instrumentation:
Expand Down