From 3aa1e8e41036542e6d88898603cd3244f19b68e8 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Tue, 18 Nov 2025 18:46:01 +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 bb50369..6b1c673 100644 --- a/FICS/movecheck.c +++ b/FICS/movecheck.c @@ -27,6 +27,8 @@ functions. Markus Uhlin 25/03/21 Fixed out-of-bounds array access in has_legal_move(). + Markus Uhlin 25/11/18 Fixed possible array underrun in + legal_move(). */ #include "stdinclude.h" -- cgit v1.2.3