Fix DarkSquare bug in piece counting
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 27 Nov 2015 16:55:13 +0000 (17:55 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 27 Nov 2015 16:55:13 +0000 (17:55 +0100)
commit2cb8af0d46f997c76c459b8f09f16cae01b0c5b0
tree4699dccc8d0f16d3c6bdd2bf5170a0f241dd6966
parentc239df0067fc40c49d83a187ae45cd52573a8459
Fix DarkSquare bug in piece counting

When counting pieces for adjudication purposes, a DarkSquare on the
board caused an out-of-bounds access to the counter array.
backend.c