libchess: Make sure the move is null terminated after fscanf() in
commit7285a7a8e5dcd2dc24f9599463ebcf9bc4d4d90c
authorBen Kibbey <bjk@luxsci.net>
Fri, 28 Apr 2006 13:01:16 +0000 (28 09:01 -0400)
committerBen Kibbey <bjk@luxsci.net>
Fri, 28 Apr 2006 13:01:16 +0000 (28 09:01 -0400)
treea3cec4dd10da5b1c2fd19cc10ec7b44bd3e223cc
parent6c0bf45d38e4759f70d8cfbb40b55a3b53b2597f
libchess: Make sure the move is null terminated after fscanf() in
          move_text.

  RAV parsing fixed. Needed to update the g.rav pointer after
  restoring the last RAV level in rav_text().

  Fixed some Valgrind warnings.

Fixed some Valgrind warnings in cboard.
libchess/pgn.c
libchess/pgn.h
src/cboard.c
src/rcfile.c