From: Daniel Mehrmann Date: Sun, 12 Jun 2005 09:30:03 +0000 (+0000) Subject: Bugfix some more possible buffer overflows X-Git-Tag: v4.2.8~12 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=0b915ff9a9bf2c51ddd8e8c978125fffa3b2865c Bugfix some more possible buffer overflows --- diff --git a/ChangeLog b/ChangeLog index 047605b..e38decf 100644 --- 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) diff --git a/backend.c b/backend.c index 4bec193..84937ae 100644 --- 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) {