diff options
| author | Stefan Kangas | 2024-07-27 01:51:47 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-07-27 01:51:47 +0200 |
| commit | 33c6b4df40e4408b63a2d908a26a91dba80b6a04 (patch) | |
| tree | 236606c4b53cd5e359330f31e44b7b02e610b54e /etc/DEBUG | |
| parent | d7665595f7bfca86b65e75fa624b0fc7a63fbb41 (diff) | |
| download | emacs-33c6b4df40e4408b63a2d908a26a91dba80b6a04.tar.gz emacs-33c6b4df40e4408b63a2d908a26a91dba80b6a04.zip | |
; Fix punctuation in etc/*
Diffstat (limited to 'etc/DEBUG')
| -rw-r--r-- | etc/DEBUG | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1040,7 +1040,7 @@ When compiled with address sanitization, Emacs will also try to mark | |||
| 1040 | dead/free lisp objects as poisoned, forbidding them from being | 1040 | dead/free lisp objects as poisoned, forbidding them from being |
| 1041 | accessed without being unpoisoned first. This adds an extra layer | 1041 | accessed without being unpoisoned first. This adds an extra layer |
| 1042 | of checking with objects in internal free lists, which may otherwise | 1042 | of checking with objects in internal free lists, which may otherwise |
| 1043 | evade traditional use-after-free checks. To disable this, add | 1043 | evade 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 | ||