]> git.sesse.net Git - stockfish/commit
Fix out-of-bound array access printing ponder move
authorGary Linscott <glinscott@gmail.com>
Mon, 24 Nov 2014 00:53:00 +0000 (08:53 +0800)
committerGary Linscott <glinscott@gmail.com>
Mon, 24 Nov 2014 00:53:00 +0000 (08:53 +0800)
commit4509eb1342fe282d08bd90340efaff4df5947a87
tree49b6270a03206705a47c6bdeca77ecefe3acd74e
parent7ad59d9ac9cbeae8b95843a720a53c99bb1f0d3b
Fix out-of-bound array access printing ponder move

It is possible that we won't have a ponder move if our PV
is too short.  In that case, just don't print a ponder move.

No functional change

Resolves #130
src/search.cpp