Make PGN parser immune to unprotected time stamps
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 20 May 2013 09:14:01 +0000 (11:14 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 27 Aug 2013 07:36:40 +0000 (09:36 +0200)
commitc2d598e998107fe4d483b1976ce2d6fd494c88a7
tree2878b1e69289e9ee4b9c86ef6a8329bada963a20
parenta1224836c0665a1d6585d747e71142c066d69c22
Make PGN parser immune to unprotected time stamps

The parser choked on time stamps of the form dd:dd or dd:dd:dd if one
of the fields happened to be 00, because it wouldmistake that for a
non-compliant king-side castling. By excluding this interpretation when
the 00 is immediately preceded or followed by ':' this is now prevented.
parser.c