forked from hoshir/zebra
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
a2e4fef
commit 881be18
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters