Skip to content

Commit 98b38e6

Browse files
authored
Update asan-runtime.md
Removed end-user because it doesn't add meaning and one reading is that the user of the software (not the developer) unpoisons the memory. That's a weird reading but why even create the possibility. So, I elided it.
1 parent 7f2b123 commit 98b38e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sanitizers/asan-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ For convenience, the [AddressSanitizer interface header file](https://github.com
9191
```
9292

9393
> [!NOTE]
94-
> Manually poisoned memory must be eventually unpoisoned by the end-user. Otherwise, ASan may report false positives.
94+
> Manually poisoned memory must be eventually unpoisoned. Otherwise, ASan may report false positives.
9595
9696
## Alignment requirements for AddressSanitizer poisoning
9797

0 commit comments

Comments
 (0)