...
Validate size arguments used in VLA declarations. The following example corrects ensures that the size argument used , s, supplied to allocate vla is valid by testing verifying that it is in a valid range: 0 to a user defined constant.
...
...
Validate size arguments used in VLA declarations. The following example corrects ensures that the size argument used , s, supplied to allocate vla is valid by testing verifying that it is in a valid range: 0 to a user defined constant.
...