We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e292b commit 690e7a5Copy full SHA for 690e7a5
src/impact/capability-representation.md
@@ -52,7 +52,7 @@ representation of a CHERI capability.
52
53
This has a number of implications, including that zero-filled memory with
54
zeroed tag values will be interpreted as being `NULL`-filled, as is the case
55
-with conventional architecture targets for C/C++.
+with conventional runtimes for C/C++.
56
This is particularly relevant for automatically initialized variable values
57
(such as global variables without specific initialization values), pre-zeroed
58
memory allocated by `calloc()`, or memory explicitly zeroed using
0 commit comments