]> git.sesse.net Git - stockfish/commit
Fix another setting of a flag out of lock protection
authorMarco Costalba <mcostalba@gmail.com>
Sun, 14 Feb 2010 15:29:28 +0000 (16:29 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 14 Feb 2010 15:31:30 +0000 (16:31 +0100)
commit0895f1ac71f64ed39effd3907271c4b0c168b550
tree8ee0cfe3572ab645c98b2d23d459bbd8c33ebd65
parentb29198354c416b5966308c96f649b9b47f9c1832
Fix another setting of a flag out of lock protection

In this case is dangerous because in split() we reset the flag to
false, but if it was set due to a cut-off higher in the tree we
completely miss that and go on with the full search.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp