Bug fix---remove VLAs from codebase.
The Windows C compiler doesn't support variable length arrays. It's now considered optional in C11, so might as well avoid them.
The Windows C compiler doesn't support variable length arrays. It's now considered optional in C11, so might as well avoid them.