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 e7945e1 commit 74ce4e8Copy full SHA for 74ce4e8
rust/ql/src/queries/security/CWE-825/AccessAfterLifetime.ql
@@ -43,4 +43,4 @@ where
43
// exclude sinks in macros, since these results are difficult to interpret
44
not sinkNode.getNode().asExpr().getExpr().isFromMacroExpansion()
45
select sinkNode.getNode(), sourceNode, sinkNode,
46
- "Access of a pointer to $@ after it's lifetime has ended.", target, target.toString()
+ "Access of a pointer to $@ after its lifetime has ended.", target, target.toString()
0 commit comments