Skip to content

Vla removal

Milan Broz requested to merge vla-removal into master

Remove all VLAs (variable lengt arrays) on stack from source code. Using VLA is considered bad practise and there ius only few of them left now, let's remove it.

Merge request reports