We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 363128f commit 82068a2Copy full SHA for 82068a2
rust/ql/src/queries/security/CWE-825/AccessInvalidPointer.qhelp
@@ -17,7 +17,7 @@ potential attacks.
17
When dereferencing a pointer in <code>unsafe</code> code, take care that the pointer is valid and
18
points to the intended data. Code may need to be rearranged or additional checks added to ensure
19
safety in all circumstances. If possible, rewrite the code using safe Rust types to avoid this
20
-kind of problems altogether.
+kind of problem altogether.
21
</p>
22
23
</recommendation>
0 commit comments