Subj : Changes in husky sources To : All From : husky inspector Date : Fri Mar 19 2021 01:00:22 Legend: (A) Added, (C) Copied, (D) Deleted, (M) Modified, (R) Renamed, (T) Type changed, (U) Unmerged, (X) Unknown, (B) Pairing Broken =========================== fidoconf: add static analysis by PVS-Studio for all branches Author: Michael Dukelsky Date: 2021-03-18 12:10:35 +0300 Committed by: Michael Dukelsky Files: M .travis.yml =========================== huskylib: chmod 0664 Author: Michael Dukelsky Date: 2021-03-18 15:05:30 +0300 Committed by: Michael Dukelsky Files: M src/ffind.c =========================== huskylib: do not check "s" pointer for NULL after srealloc() Author: Michael Dukelsky Date: 2021-03-18 13:05:07 +0300 Committed by: Michael Dukelsky Files: M cvsdate.h M huskylib.spec M src/xstr.c =========================== areafix: fix Visual Studio 2019 warnings Author: Michael Dukelsky Date: 2021-03-18 22:52:28 +0300 Committed by: Michael Dukelsky Files: M src/query.c =========================== areafix: add areafix.2019.suppress Author: Michael Dukelsky Date: 2021-03-18 22:46:12 +0300 Committed by: Michael Dukelsky Files: A make/areafix.2019.suppress =========================== areafix: prevent dereferencing NULL pointers Author: Michael Dukelsky Date: 2021-03-18 22:44:46 +0300 Committed by: Michael Dukelsky Files: M src/areafix.c M src/query.c =========================== areafix: delete excessive check Author: Michael Dukelsky Date: 2021-03-18 22:30:59 +0300 Committed by: Michael Dukelsky Files: M src/areafix.c =========================== areafix: check "token" pointer for NULL Author: Michael Dukelsky Date: 2021-03-18 22:28:52 +0300 Committed by: Michael Dukelsky Files: M src/query.c =========================== areafix: check if arealink pointer != NULL before using it Author: Michael Dukelsky Date: 2021-03-18 22:11:09 +0300 Committed by: Michael Dukelsky Files: M src/areafix.c =========================== areafix: prevent dereferencing of a NULL pointer "reply" Author: Michael Dukelsky Date: 2021-03-18 22:05:20 +0300 Committed by: Michael Dukelsky Files: M src/areafix.c =========================== areafix: prevent dereferencing of a NULL pointer "cmd" Author: Michael Dukelsky Date: 2021-03-18 22:02:24 +0300 Committed by: Michael Dukelsky Files: M src/areafix.c =========================== areafix: compare to an enum constant instead of using as a boolean Author: Michael Dukelsky Date: 2021-03-18 21:50:54 +0300 Committed by: Michael Dukelsky Files: M src/query.c =========================== areafix: type cast Author: Michael Dukelsky Date: 2021-03-18 21:45:33 +0300 Committed by: Michael Dukelsky Files: M src/query.c =========================== areafix: a part of conditional expression "cmd" is always true Author: Michael Dukelsky Date: 2021-03-18 21:39:54 +0300 Committed by: Michael Dukelsky Files: M src/areafix.c =========================== areafix: use ptrdiff_t type for pointer arithmetic Author: Michael Dukelsky Date: 2021-03-18 21:37:30 +0300 Committed by: Michael Dukelsky Files: M src/areafix.c =========================== areafix: use srealloc() instead of realloc() Author: Michael Dukelsky Date: 2021-03-18 21:34:23 +0300 Committed by: Michael Dukelsky Files: M src/areafix.c =========================== areafix: use "str[0] != 0" instead of "strlen(str) > 0" to check for a non-empty string Author: Michael Dukelsky Date: 2021-03-18 21:31:19 +0300 Committed by: Michael Dukelsky Files: M src/areafix.c M src/query.c =========================== areafix: use strncpy() instead of memcpy() to preserve terminal null Author: Michael Dukelsky Date: 2021-03-18 21:10:21 +0300 Committed by: Michael Dukelsky Files: M src/query.c =========================== areafix: prevent leaking a resource by closing "f" file handle before return Author: Michael Dukelsky Date: 2021-03-18 21:08:22 +0300 Committed by: Michael Dukelsky Files: M src/query.c =========================== areafix: fix Visual Studio 2019 warnings Author: Michael Dukelsky Date: 2021-03-18 20:56:10 +0300 Committed by: Michael Dukelsky Files: M src/areafix.c =========================== areafix: comment out senseless code Author: Michael Dukelsky Date: 2021-03-18 20:22:49 +0300 Committed by: Michael Dukelsky Files: M src/areafix.c =========================== areafix: variables are set but not used Author: Michael Dukelsky Date: 2021-03-18 16:29:52 +0300 Committed by: Michael Dukelsky Files: M areafix.spec M cvsdate.h M src/areafix.c M src/query.c --- hpt/lnx 1.9.0 * Origin: Moscow, Russia (2:5020/1042.3) .