Skip to content

Commit 6a38a63

Browse files
committed
Clarify implementations will be available
1 parent a9f7e1b commit 6a38a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/exploit-mitigations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ elements, invalid pointers, invalid sizes, double/multiple “frees” of the
343343
same memory allocated, and many corner cases of these. These checks are
344344
implementation specific and vary per allocator.
345345

346-
Newer ARM-based processors provide hardware assistance to detect memory
346+
Newer ARM-based processors will provide hardware assistance to detect memory
347347
safety violations by tagging memory allocations, and automatically checking
348348
that the correct tag is used upon every memory access, namely [ARM Memory
349349
Tagging Extension

0 commit comments

Comments
 (0)