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>
Mon, 20 May 2013 09:14:01 +0000 (11:14 +0200)
commitc68f0cbbb5f80637e75c26b1046f56c03be98290
treea34dcc08eb720a2a83a563ada90d477e608197dc
parent30ded7c1180da9dc3dc703d92f4c0617ea092647
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