Skip to content

Commit fa5ed04

Browse files
Update cpp/ql/src/Critical/DoubleFree.qhelp
Co-authored-by: mc <[email protected]>
1 parent dba46bd commit fa5ed04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Critical/DoubleFree.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<p>
99
Deallocating memory more than once can lead to a double-free vulnerability. This can be exploited to
1010
corrupt the allocator's internal data structures, which can lead to denial-of-service attacks by crashing
11-
the program, or to security vulnerabilities by allowing an attacker to overwrite arbitrary memory locations.
11+
the program, or security vulnerabilities, by allowing an attacker to overwrite arbitrary memory locations.
1212
</p>
1313

1414
</overview>

0 commit comments

Comments
 (0)