Добро пожаловать, Гость. Пожалуйста авторизуйтесь здесь.
FGHIGate на GaNJa NeTWoRK ST@Ti0N - Просмотр сообщения в эхоконференции RU.HUSKY
Введите FGHI ссылку:


Присутствуют сообщения из эхоконференции RU.HUSKY с датами от 16 Jul 13 10:00:06 до 31 Mar 24 23:49:12, всего сообщений: 5321
Ответить на сообщение К списку сообщений Предыдущее сообщение Следующее сообщение
= Сообщение: 4356 из 5321 ========================================= RU.HUSKY =
От   : husky inspector                  2:5020/1042.3      19 Mar 21 01:00:22
Кому : All                                                 19 Mar 21 01:00:22
Тема : Changes in husky sources
FGHI : area://RU.HUSKY?msgid=2:5020/1042.3+6053cd76
= Кодировка сообщения определена как: ASCII ==================================
==============================================================================
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 <dukelsky@users.noreply.github.com>
Date: 2021-03-18 12:10:35 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M .travis.yml
===========================
huskylib:
chmod 0664
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 15:05:30 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/ffind.c
===========================
huskylib:
do not check "s" pointer for NULL after srealloc()
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 13:05:07 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M cvsdate.h
M huskylib.spec
M src/xstr.c
===========================
areafix:
fix Visual Studio 2019 warnings
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 22:52:28 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/query.c
===========================
areafix:
add areafix.2019.suppress
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 22:46:12 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
A make/areafix.2019.suppress
===========================
areafix:
prevent dereferencing NULL pointers
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 22:44:46 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/areafix.c
M src/query.c
===========================
areafix:
delete excessive check
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 22:30:59 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/areafix.c
===========================
areafix:
check "token" pointer for NULL
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 22:28:52 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/query.c
===========================
areafix:
check if arealink pointer != NULL before using it
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 22:11:09 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/areafix.c
===========================
areafix:
prevent dereferencing of a NULL pointer "reply"
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 22:05:20 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/areafix.c
===========================
areafix:
prevent dereferencing of a NULL pointer "cmd"
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 22:02:24 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/areafix.c
===========================
areafix:
compare to an enum constant instead of using as a boolean
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 21:50:54 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/query.c
===========================
areafix:
type cast
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 21:45:33 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/query.c
===========================
areafix:
a part of conditional expression "cmd" is always true
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 21:39:54 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/areafix.c
===========================
areafix:
use ptrdiff_t type for pointer arithmetic
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 21:37:30 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/areafix.c
===========================
areafix:
use srealloc() instead of realloc()
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 21:34:23 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
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 <dukelsky@users.noreply.github.com>
Date: 2021-03-18 21:31:19 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/areafix.c
M src/query.c
===========================
areafix:
use strncpy() instead of memcpy() to preserve terminal null
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 21:10:21 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/query.c
===========================
areafix:
prevent leaking a resource by closing "f" file handle before return
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 21:08:22 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/query.c
===========================
areafix:
fix Visual Studio 2019 warnings
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 20:56:10 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/areafix.c
===========================
areafix:
comment out senseless code
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 20:22:49 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
Files:
M src/areafix.c
===========================
areafix:
variables are set but not used
Author: Michael Dukelsky <dukelsky@users.noreply.github.com>
Date: 2021-03-18 16:29:52 +0300
Committed by: Michael Dukelsky <dukelsky@users.noreply.github.com>
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)

К главной странице гейта
Powered by NoSFeRaTU`s FGHIGate
Открытие страницы: 0.052269 секунды