Skip to content

Commit 82068a2

Browse files
committed
Rust: Further rephrasing.
1 parent 363128f commit 82068a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/ql/src/queries/security/CWE-825/AccessInvalidPointer.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ potential attacks.
1717
When dereferencing a pointer in <code>unsafe</code> code, take care that the pointer is valid and
1818
points to the intended data. Code may need to be rearranged or additional checks added to ensure
1919
safety in all circumstances. If possible, rewrite the code using safe Rust types to avoid this
20-
kind of problems altogether.
20+
kind of problem altogether.
2121
</p>
2222

2323
</recommendation>

0 commit comments

Comments
 (0)