Avoid unnecessary VLAs
When the array length is fixed, or bounded by a fixed upper bound,
just use that fixed length.
Signed-off-by:
Michael Forney <mforney@mforney.org>
Showing
Please register or sign in to comment
When the array length is fixed, or bounded by a fixed upper bound,
just use that fixed length.
Signed-off-by:
Michael Forney <mforney@mforney.org>