xtrans 1.5.1
Alan Coopersmith (15):
- gitlab CI: add
xz-utils
to container for "make distcheck" - gitlab CI: collect
config.log
to help diagnose failures - gitlab CI: add
libc-dev
to required packages in build container -
LocalInitTransports
: Fix-Wuseless-cast
warning forgetenv()
call -
SocketCreateListener
: Fix-Wuseless-cast
warning inbind()
call - Clear numerous
-Wsign-compare
warnings from gcc 14.1 -
SocketINETConnect
: return failure whenmalloc()
fails -
ParseAddress
: return failure whenstrdup()
fails -
MakeAllCOTSServerListeners
: Initializetemp_ciptrs
-
GetMyNetworkId
: Avoid writing to NULL pointer ifmalloc()
fails -
GetPeerNetworkId
: Avoid writing to NULL pointer ifmalloc()
fails -
GetPeerNetworkId
: avoid callingstrlen()
on a NULL pointer -
SocketOpen
: avoid leak of out-of-range fd -
is_numeric
: AddTRANS_SERVER
to required ifdefs - xtrans 1.5.1
Enrico Weigelt, metux IT consult (1):
- update
.gitignore
Kim Woelders (2):
-
TRANS(ParseAddress)
: Fixassignment discards ‘const’ qualifier
warnings -
TRANS(GetHostname)
: Fix‘strncpy’ output truncated..
warning
Robert Royals (1):
- Fix string length check