diff --git a/cpp/ql/src/Critical/DoubleFree.qhelp b/cpp/ql/src/Critical/DoubleFree.qhelp index 72aa7e60269..0b38858eae4 100644 --- a/cpp/ql/src/Critical/DoubleFree.qhelp +++ b/cpp/ql/src/Critical/DoubleFree.qhelp @@ -8,7 +8,7 @@

Deallocating memory more than once can lead to a double-free vulnerability. This can be exploited to corrupt the allocator's internal data structures, which can lead to denial-of-service attacks by crashing -the program, or to security vulnerabilities by allowing an attacker to overwrite arbitrary memory locations. +the program, or security vulnerabilities, by allowing an attacker to overwrite arbitrary memory locations.