Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2025-04-06 | Added new var 'FICS_CLANG_TIDYFLAGS' | Markus Uhlin | -2/+3 | |
2025-04-06 | .PHONY: added 'tidy' | Markus Uhlin | -1/+1 | |
2025-04-06 | Include maketargets/tidy.mk | Markus Uhlin | -0/+1 | |
2025-04-06 | Added target 'tidy' | Markus Uhlin | -0/+8 | |
2025-04-05 | Added new var 'SRCS' | Markus Uhlin | -0/+34 | |
2025-04-05 | Coverity Scan Build Status | Markus Uhlin | -0/+2 | |
2025-04-05 | Changed struct member types | Markus Uhlin | -3/+4 | |
2025-04-05 | Fixed program logic mistakes, found by PVS-Studio | Markus Uhlin | -3/+11 | |
2025-04-05 | Use begin/end decls | Markus Uhlin | -0/+4 | |
2025-04-05 | DisplayTargetRank: added usage of int_diff() | Markus Uhlin | -3/+3 | |
2025-04-05 | Added int_diff() which checks for overflow | Markus Uhlin | -0/+13 | |
2025-04-05 | Include limits.h | Markus Uhlin | -0/+1 | |
2025-04-05 | alg_parse_move: don't check the bounds of 'f' | Markus Uhlin | -6/+4 | |
2025-04-05 | Updated the changelog | Markus Uhlin | -22/+22 | |
2025-04-05 | alg_parse_move: also check 'tmpr' | Markus Uhlin | -0/+5 | |
2025-04-05 | Moved if | Markus Uhlin | -4/+3 | |
2025-04-05 | Updated the revision history | Markus Uhlin | -0/+3 | |
2025-04-05 | alg_parse_move: return ambiguous move on out-of-bounds array read/write | Markus Uhlin | -0/+10 | |
2025-04-05 | t_sft: fixed null pointer pass to strlen() | Markus Uhlin | -1/+2 | |
2025-04-05 | Dead assignments | Markus Uhlin | -2/+0 | |
2025-04-05 | Unused vars | Markus Uhlin | -0/+3 | |
2025-04-05 | Updated the changelog | Markus Uhlin | -0/+1 | |
2025-04-05 | Null check 'iwant' | Markus Uhlin | -8/+11 | |
2025-04-05 | Deleted statements | Markus Uhlin | -3/+0 | |
2025-04-05 | Set iwant to NULL | Markus Uhlin | -6/+6 | |
2025-04-05 | Deleted statements | Markus Uhlin | -4/+0 | |
2025-04-05 | t_sft: strncmp: null checking | Markus Uhlin | -1/+1 | |
2025-04-05 | t_sft: made parameter 'want' const | Markus Uhlin | -1/+1 | |
2025-04-05 | Check integer upper bounds | Markus Uhlin | -0/+6 | |
2025-04-05 | Check for negative values | Markus Uhlin | -4/+16 | |
2025-04-05 | Do the assignment in the if | Markus Uhlin | -3/+3 | |
2025-04-05 | got_attr_value: check half moves | Markus Uhlin | -0/+6 | |
2025-04-05 | Updated the changelog | Markus Uhlin | -0/+1 | |
2025-04-05 | list_find: fixed improper use of negative value | Markus Uhlin | -1/+8 | |
2025-04-05 | Log error condition | Markus Uhlin | -0/+2 | |
2025-04-05 | com_match: fixed improper use of negative value | Markus Uhlin | -1/+2 | |
2025-04-04 | Updated the changelog | Markus Uhlin | -0/+1 | |
2025-04-04 | com_allobservers: simplified check (found by PVS-Studio) | Markus Uhlin | -3/+2 | |
2025-04-04 | Bounds checking | Markus Uhlin | -9/+21 | |
2025-04-04 | Added cast | Markus Uhlin | -1/+1 | |
2025-04-04 | Added comment | Markus Uhlin | -0/+1 | |
2025-04-04 | Updated the changelog | Markus Uhlin | -0/+1 | |
2025-04-04 | tell: fixed constant expression result | Markus Uhlin | -2/+4 | |
2025-04-03 | add_to_list: disabled warnx() call and return -2 | Markus Uhlin | -2/+2 | |
2025-04-02 | Bounds checking | Markus Uhlin | -0/+17 | |
2025-04-02 | Updated the revision history | Markus Uhlin | -0/+2 | |
2025-04-02 | add_to_list: added an upper limit for the list size | Markus Uhlin | -2/+6 | |
2025-04-01 | Updated the revision history | Markus Uhlin | -0/+2 | |
2025-04-01 | ReadV1GameFmt: guard num half moves | Markus Uhlin | -0/+7 | |
2025-04-01 | Updated the changelog | Markus Uhlin | -0/+1 | |