Skip to content

Commit 74ce4e8

Browse files
geoffw0Copilot
andauthored
Update rust/ql/src/queries/security/CWE-825/AccessAfterLifetime.ql
Co-authored-by: Copilot <[email protected]>
1 parent e7945e1 commit 74ce4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/src/queries/security/CWE-825/AccessAfterLifetime.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ where
4343
// exclude sinks in macros, since these results are difficult to interpret
4444
not sinkNode.getNode().asExpr().getExpr().isFromMacroExpansion()
4545
select sinkNode.getNode(), sourceNode, sinkNode,
46-
"Access of a pointer to $@ after it's lifetime has ended.", target, target.toString()
46+
"Access of a pointer to $@ after its lifetime has ended.", target, target.toString()

0 commit comments

Comments
 (0)