Closed lucasart closed 5 years ago
we need to set he.data=0 to be on the safe side when the entry is not found. see singular extensions, checking he.move == currentMove could return true, undefined behavior (use of uninitialized variable)…
actually, no bug. condition can't happen with he.move = 0. though worth making code more robust by setting he.data = 0.
we need to set he.data=0 to be on the safe side when the entry is not found. see singular extensions, checking he.move == currentMove could return true, undefined behavior (use of uninitialized variable)…