Skip to content

Commit

Permalink
docs/_security.html: add BAD_FREE to the list of C mistakes
Browse files Browse the repository at this point in the history
Introduced in CVE-2024-6197

Closes #414
  • Loading branch information
bagder committed Dec 12, 2024
1 parent 6ddfb6d commit 5abc2e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/_security.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@
SUBTITLE(C mistakes)

<p>
The flaws listed as "C mistakes" are vulnerabilities that we deem
Flaws listed as "C mistakes" are vulnerabilities that we deem
are <i>likely</i> to not have happened should we have used a memory-safe
language rather than C. The C mistakes are divided into the following areas:
OVERFLOW, OVERREAD, DOUBLE_FREE, USE_AFTER_FREE, NULL_MISTAKE and UNINIT.
OVERFLOW, OVERREAD, DOUBLE_FREE, USE_AFTER_FREE, NULL_MISTAKE, UNINIT and
BAD_FREE.

SUBTITLE(Retracted security vulnerabilities)
<p>
Expand Down

0 comments on commit 5abc2e3

Please sign in to comment.