aboutsummaryrefslogtreecommitdiffstats
path: root/etc/DEBUG
diff options
context:
space:
mode:
authorStefan Kangas2024-07-27 01:51:47 +0200
committerStefan Kangas2024-07-27 01:51:47 +0200
commit33c6b4df40e4408b63a2d908a26a91dba80b6a04 (patch)
tree236606c4b53cd5e359330f31e44b7b02e610b54e /etc/DEBUG
parentd7665595f7bfca86b65e75fa624b0fc7a63fbb41 (diff)
downloademacs-33c6b4df40e4408b63a2d908a26a91dba80b6a04.tar.gz
emacs-33c6b4df40e4408b63a2d908a26a91dba80b6a04.zip
; Fix punctuation in etc/*
Diffstat (limited to 'etc/DEBUG')
-rw-r--r--etc/DEBUG2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/DEBUG b/etc/DEBUG
index 06544674e5d..77fe78e32fd 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -1040,7 +1040,7 @@ When compiled with address sanitization, Emacs will also try to mark
1040dead/free lisp objects as poisoned, forbidding them from being 1040dead/free lisp objects as poisoned, forbidding them from being
1041accessed without being unpoisoned first. This adds an extra layer 1041accessed without being unpoisoned first. This adds an extra layer
1042of checking with objects in internal free lists, which may otherwise 1042of checking with objects in internal free lists, which may otherwise
1043evade traditional use-after-free checks. To disable this, add 1043evade traditional use-after-free checks. To disable this, add
1044'allow_user_poisoning=0' to ASAN_OPTIONS, or build Emacs with 1044'allow_user_poisoning=0' to ASAN_OPTIONS, or build Emacs with
1045'-DGC_ASAN_POISON_OBJECTS=0' in CFLAGS. 1045'-DGC_ASAN_POISON_OBJECTS=0' in CFLAGS.
1046 1046