Skip to content

Commit 7c2100e

Browse files
ihsinmeMathiasVP
andauthored
Apply suggestions from code review
thanks for your corrections. and of course sorry for my text. Co-authored-by: Mathias Vorreiter Pedersen <[email protected]>
1 parent 0c3e2b9 commit 7c2100e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-415/DoubleFree.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<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>
77

88
</overview>
99
<recommendation>

cpp/ql/src/experimental/Security/CWE/CWE-415/DoubleFree.ql

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/**
22
* @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.
54
* @kind problem
6-
* @id cpp/errors-when-double-free
5+
* @id cpp/double-free
76
* @problem.severity warning
87
* @precision medium
98
* @tags security

0 commit comments

Comments
 (0)