From: Marco Costalba Date: Sat, 24 Sep 2016 05:30:37 +0000 (+0200) Subject: Fix crash when passing a mate/stalemate position X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8662bdfa124ae3ec90d9bf88842d9cfab9a43532;hp=8662bdfa124ae3ec90d9bf88842d9cfab9a43532;p=stockfish Fix crash when passing a mate/stalemate position Both Tablebases::filter_root_moves() and extract_ponder_from_tt(9 were unable to handle a mate/stalemate position. Spotted and reported by Dann Corbit. Added some mate/stalemate positions to bench so to early catch this regression in the future. No functional change. ---