Fix crash on pasting garbage FEN
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 20 Jan 2016 20:30:51 +0000 (21:30 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 20 Jan 2016 20:30:51 +0000 (21:30 +0100)
commitccdd18ed4c9ca090ead3c1ac844b621fdaa51984
tree8bc41ef9a7b1005b676c31659695939cdeb19cdd
parent8ec767d2d69df7174aaa966157fb6c347046ead7
Fix crash on pasting garbage FEN

The auto-size patch had made XBoard crash-prone on pasting pure garbage
with Paste Position, because this would set the number of files or ranks
to values <= 0. Which would cause a floating pont exception during
drawing of the board in XBoard.
backend.c