mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
C++/Docs: fix whitespace in AllocaInLoop.qhelp
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
|
||||
<overview>
|
||||
<p> The <code>alloca</code> macro allocates memory by expanding the current stack frame.Invoking
|
||||
<p> The <code>alloca</code> macro allocates memory by expanding the current stack frame. Invoking
|
||||
<code>alloca</code> within a loop may lead to a stack overflow because the memory is not released
|
||||
until the function returns.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user