Bugfix some more possible buffer overflows
authorDaniel Mehrmann <mehrmann>
Sun, 12 Jun 2005 09:30:03 +0000 (09:30 +0000)
committerDaniel Mehrmann <mehrmann>
Sun, 12 Jun 2005 09:30:03 +0000 (09:30 +0000)
ChangeLog
backend.c

index 047605b..e38decf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 ChangeLog for XBoard/WinBoard
-* 06/27/20ß4: added simple icsEngineAnalyze for xboard
+* 06/12/2005: bugfix some more possible buffer overflows.
+
+* 06/27/2004: added simple icsEngineAnalyze for xboard
 
 * 06/26/2004: added icsEngineAnalyze for winboard: Analyze observe games 
 with a chessprogram on a Internet Chess Server (ICS) 
index 4bec193..84937ae 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -4456,7 +4456,7 @@ HandleMachineMove(message, cps)
                         ToUpper(cps->twoMachinesColor[0]) : ' '),
                        ((double) curscore) / 100.0,
                        prefixHint ? lastHint : "",
-                       prefixHint ? " " : "", buf1);
+                       prefixHint ? " " : "", programStats.movelist);
 
                if (currentMove == forwardMostMove || gameMode == AnalyzeMode
                        || gameMode == AnalyzeFile || appData.icsEngineAnalyze) {