]> git.sesse.net Git - stockfish/commitdiff
Fix asserts due to TT access races
authorMarco Costalba <mcostalba@gmail.com>
Fri, 26 Oct 2012 10:33:58 +0000 (12:33 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 26 Oct 2012 10:41:12 +0000 (12:41 +0200)
In multi-threads runs with debug on we experience some
asserts due to the fact that TT access is intrinsecally
racy and its contents cannot be always trusted so must
be validated before to be used and this is what the
patch does.

No functional case.


No differences found