File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
cpp/ql/src/experimental/Security/CWE/CWE-415 Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3
3
"qhelp.dtd">
4
4
<qhelp >
5
5
<overview >
6
- <p >Double freeing of a previously allocated resource can lead to various vulnerabilities in the program. Requires the attention of developers .</p >
6
+ <p >Freeing a previously allocated resource twice can lead to various vulnerabilities in the program.</p >
7
7
8
8
</overview >
9
9
<recommendation >
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @name Errors When Double Free
3
- * @description Double freeing of a previously allocated resource can lead to various vulnerabilities in the program
4
- * and requires the attention of the developer.
3
+ * @description Freeing a previously allocated resource twice can lead to various vulnerabilities in the program.
5
4
* @kind problem
6
- * @id cpp/errors-when- double-free
5
+ * @id cpp/double-free
7
6
* @problem.severity warning
8
7
* @precision medium
9
8
* @tags security
You can’t perform that action at this time.
0 commit comments