Skip to content

Commit 8810973

Browse files
committed
Fix typo.
1 parent 9295f7b commit 8810973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-08-22-cheri-myths-difficult.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ I'm not trying to work backwards from a point where my heap or stack is corrupte
3737
The first use of a dangling pointer or the first out-of-bounds access to an object will trigger a CHERI exception and point to precisely the instruction that is doing the wrong thing.
3838

3939
Note that all of this is about *incorrect* code.
40-
CHERI C and C++ try very hard to give you a standards-compliant (and de-factor standards-compliant, allowing things that the standard leaves open to implementations but everyone assumes are fine) implementation.
40+
CHERI C and C++ try very hard to give you a standards-compliant (and de-facto standards-compliant, allowing things that the standard leaves open to implementations but everyone assumes are fine) implementation.
4141
Almost all of the C and C++ code that we've tried to run on CHERIoT has worked with no source-code modifications.
4242
Most of these are well-tested codebases, sometimes MISRA C with loads of static analyses run, which *probably* don't have any memory-safety bugs.
4343

0 commit comments

Comments
 (0)