diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-03-21 00:55:12 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-03-21 00:55:12 +0100 |
commit | 4e82975c4b5c0f37002b7c3d92417a7532b284db (patch) | |
tree | ef8e48bdf26795b2474fa35b66619c2f1aa21d25 /FICS | |
parent | d9368b7a951189a3e859e24026424806c983a9cb (diff) |
Updated the revision history
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/movecheck.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" |