about summary refs log tree commit diff
path: root/docs/notes_for_asan.txt
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-11-03 13:02:41 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-11-03 13:02:41 +0100
commitfbeba570e65e5f8f675b189d36107bf114666f05 (patch)
treec0ebe736340c4b45be040fa11e24fc2575dbc2c3 /docs/notes_for_asan.txt
parent58fe2f2c767b4dfe973b75feaf7df78c798b62d5 (diff)
parente2442f747179bef2f96ca11db5fe89a6c6a4bcaa (diff)
downloadafl++-fbeba570e65e5f8f675b189d36107bf114666f05.tar.gz
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'docs/notes_for_asan.txt')
-rw-r--r--docs/notes_for_asan.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/notes_for_asan.txt b/docs/notes_for_asan.txt
index 972ca909..09ca172e 100644
--- a/docs/notes_for_asan.txt
+++ b/docs/notes_for_asan.txt
@@ -34,7 +34,7 @@ Note that ASAN is incompatible with -static, so be mindful of that.
 There is also the option of generating a corpus using a non-ASAN binary, and
 then feeding it to an ASAN-instrumented one to check for bugs. This is faster,
 and can give you somewhat comparable results. You can also try using
-libdislocator (see libdislocator/README.dislocator in the parent directory) as a
+libdislocator (see libdislocator/README.dislocator.md in the parent directory) as a
 lightweight and hassle-free (but less thorough) alternative.
 
 2) Long version