]> git.sesse.net Git - stockfish/commitdiff
Fix null move issue
authorperegrineshahin <peregrineshahin@gmail.com>
Sat, 11 Mar 2023 22:22:55 +0000 (01:22 +0300)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 19 Mar 2023 10:25:48 +0000 (11:25 +0100)
Fix altering for stats landing on B1 Square after a null move and fix considering counter-moves on A1 for root node.

fixes https://github.com/official-stockfish/Stockfish/issues/4333 by preventing calls to from_sq and to_sq functions over null-moves and none-moves.

closes https://github.com/official-stockfish/Stockfish/pull/4448

bench: 4980082


No differences found