about summary refs log tree commit diff
path: root/utils/libdislocator/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'utils/libdislocator/README.md')
-rw-r--r--utils/libdislocator/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/libdislocator/README.md b/utils/libdislocator/README.md
index 116a22ba..68ac9143 100644
--- a/utils/libdislocator/README.md
+++ b/utils/libdislocator/README.md
@@ -27,9 +27,9 @@ heap-related security bugs in several ways:
     AFL_LD_HARD_FAIL).
 
   - Optionally, in platforms supporting it, huge pages can be used by passing
-    USEHUGEPAGE=1 to make.
+    `USEHUGEPAGE=1` to make.
 
-  - Size alignment to `max_align_t` can be enforced with AFL_ALIGNED_ALLOC=1. In
+  - Size alignment to `max_align_t` can be enforced with `AFL_ALIGNED_ALLOC=1`. In
     this case, a tail canary is inserted in the padding bytes at the end of the
     allocated zone. This reduce the ability of libdislocator to detect
     off-by-one bugs but also it make slibdislocator compliant to the C standard.