We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067a8d7 commit e606d83Copy full SHA for e606d83
src/limitations/unions.md
@@ -25,7 +25,7 @@ CHERI's underlying robustness to integer-pointer type confusion is valuable in
25
mitigating such potential vulnerabilities, but as this does not provide strong
26
type safety, nor prevent other types of type confusion, ultimately this is
27
mitigation against attack techniques, rather than elimination of
28
-ulnerability.
+vulnerability.
29
30
**Advice to developers**: Avoiding the use of unions in C will avoid such
31
situations arising, especially in programming environments where the memory
0 commit comments