We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0693bf9 commit b8b3689Copy full SHA for b8b3689
1 file changed
cpp/ql/src/Security/CWE/CWE-416/UseOfStringAfterLifetimeEnds.ql
@@ -23,4 +23,5 @@ where
23
(c.getTarget() instanceof StdStringCStr or c.getTarget() instanceof StdStringData) and
24
isTemporary(c.getQualifier().getFullyConverted())
25
select c,
26
- "The underlying temporary string object is destroyed after the call to '" + c.getTarget() + "' returns."
+ "The underlying temporary string object is destroyed after the call to '" + c.getTarget() +
27
+ "' returns."
0 commit comments