Merge pull request #18038 from github/nickrolfe/typo-manger

C++: fix typo in qhelp
This commit is contained in:
Jeroen Ketema 2024-11-19 19:02:31 +01:00 коммит произвёл GitHub
Родитель d4ec8f650a a2c6278282
Коммит 5a18f1ff07
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@
<p>
This rule finds accesses through a pointer of a memory location that has already been freed (i.e. through a dangling pointer).
Such memory blocks have already been released to the dynamic memory manager, and modifying them can lead to anything
from a segfault to memory corruption that would cause subsequent calls to the dynamic memory manger to behave
from a segfault to memory corruption that would cause subsequent calls to the dynamic memory manager to behave
erratically, to a possible security vulnerability.
</p>