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