You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix out of bounds accesses in midgame and search by increasin size of used arrays
This changes the behaviour of the program in certain cases, which means there was some undefined behaviour present before, because those lengths are literals and they are never used anywhere, except for setting the length at the definition.
0 commit comments