Apply suggestions from code review

thanks for your corrections.
and of course sorry for my text.

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
ihsinme
2021-05-26 09:15:46 +03:00
committed by GitHub
parent 0c3e2b9ab7
commit 7c2100efd9
2 changed files with 3 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"qhelp.dtd">
<qhelp>
<overview>
<p>Double freeing of a previously allocated resource can lead to various vulnerabilities in the program. Requires the attention of developers.</p>
<p>Freeing a previously allocated resource twice can lead to various vulnerabilities in the program.</p>
</overview>
<recommendation>

View File

@@ -1,9 +1,8 @@
/**
* @name Errors When Double Free
* @description Double freeing of a previously allocated resource can lead to various vulnerabilities in the program
* and requires the attention of the developer.
* @description Freeing a previously allocated resource twice can lead to various vulnerabilities in the program.
* @kind problem
* @id cpp/errors-when-double-free
* @id cpp/double-free
* @problem.severity warning
* @precision medium
* @tags security