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 8e92fcc commit 57e0804Copy full SHA for 57e0804
cpp/ql/src/Security/CWE/CWE-416/UseOfUniquePointerAfterLifetimeEnds.ql
@@ -1,6 +1,6 @@
1
/**
2
* @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.
+ * @description Referencing the contents of a unique pointer after the underlying object has expired may lead to unexpected behavior.
4
* @kind problem
5
* @precision high
6
* @id cpp/use-of-unique-pointer-after-lifetime-ends
0 commit comments