From 4e82975c4b5c0f37002b7c3d92417a7532b284db Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Fri, 21 Mar 2025 00:55:12 +0100 Subject: Updated the revision history --- FICS/movecheck.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FICS/movecheck.c b/FICS/movecheck.c index d87b94e..5f607de 100644 --- a/FICS/movecheck.c +++ b/FICS/movecheck.c @@ -25,6 +25,8 @@ Markus Uhlin 23/12/24 Fixed dead assignment Markus Uhlin 24/05/05 Refactored and reformatted all functions. + Markus Uhlin 25/03/21 Fixed out-of-bounds array access + in has_legal_move(). */ #include "stdinclude.h" -- cgit v1.2.3