From: peregrineshahin Date: Sat, 11 Mar 2023 22:22:55 +0000 (+0300) Subject: Fix null move issue X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=515b66f18833ed87e97313d2ec4dfa4e2329d3df;hp=515b66f18833ed87e97313d2ec4dfa4e2329d3df;p=stockfish Fix null move issue 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 ---