It looks like you may not have terminated an array declaration with NULL. Without the null you may have some memory weirdness as the runtime won’t know where the array ends and the next bit of memory starts.
It looks like you may not have terminated an array declaration with NULL. Without the null you may have some memory weirdness as the runtime won’t know where the array ends and the next bit of memory starts.