Skip to content

Commit 57e0804

Browse files
Update cpp/ql/src/Security/CWE/CWE-416/UseOfUniquePointerAfterLifetimeEnds.ql
Co-authored-by: Felicity Chapman <[email protected]>
1 parent 8e92fcc commit 57e0804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-416/UseOfUniquePointerAfterLifetimeEnds.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Use of unique pointer after lifetime ends
3-
* @description If a reference to the contents of a unique pointer outlives the underlying object it may lead to unexpected behavior.
3+
* @description Referencing the contents of a unique pointer after the underlying object has expired may lead to unexpected behavior.
44
* @kind problem
55
* @precision high
66
* @id cpp/use-of-unique-pointer-after-lifetime-ends

0 commit comments

Comments
 (0)