-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-4959
-
-
-
Rewrite the code so that it does not use VLA
-
The intent behind C99 variable-length arrays (VLA) is that they are allocated on the stack, and thus are deallocated when the ca...
Premature deallocation of VLA arrays