[srvx-commits] srvx branch, master, updated. v1.4.0-rc3-159-g6facc25
Brought to you by:
entrope
From: entrope <en...@us...> - 2023-02-23 02:42:46
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "srvx". The branch, master has been updated via 6facc25d5431f7580f9ce789332d4a45d6b48aa3 (commit) via 8eddf360d25e858b316b75c499b5a83d2fd9c01e (commit) via e3b810ec8f7847f6696a05abc63d24c51da65d98 (commit) via dc90ddb09981b5dcf5995982829eba10b39464d6 (commit) via 3290c95a8d2eb9382557356595bbdb8b6e71e79c (commit) via d4f53abf032ca5071c455518fdf7aad54eb2b380 (commit) via b926b15c455bc3cf65089e3d015e5b78850548d9 (commit) via dd6fa8d1b6277275c045cf58885674586049e17c (commit) via a414497b592dcc4ba8874a5f301ac33cea16580e (commit) via f543fd2b29ff7196466e88564b3c9ce3597cf50a (commit) via 0b966620e8d5ff14188d7021708f4a5ef02168d6 (commit) via 912750c6d6af8dbc196e7665f2dfa4dccf3c0d8b (commit) via 5aff010fae927fc9b16412556c13a22980c62190 (commit) via 71d2c6e02e86619065d406974d40e87e99054afe (commit) via c32309e2fb0cb64e2db6d7592199f7f8c4ee43b4 (commit) via 3fae8c36e99e3f501b73137d80c473c3c9f3cfe3 (commit) from 72ab00f6484f0a58421c2db9d0c574f23543497f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6facc25d5431f7580f9ce789332d4a45d6b48aa3 Author: Michael Poole <md...@tr...> Date: Wed Feb 22 21:39:56 2023 -0500 Fix compilation under Darwin AC_C_INLINE with -Werror caused the configure check to fail and #define inline away. This caused <ctype.h> to define various functions like isspace() in multiple translation units, leading to link errors because those symbols were defined in multiple files. commit 8eddf360d25e858b316b75c499b5a83d2fd9c01e Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:37:50 2020 -0400 Fix more Coverity warnings commit e3b810ec8f7847f6696a05abc63d24c51da65d98 Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:15:35 2020 -0400 string_buffer_append_substring: Allocate space for NUL terminator commit dc90ddb09981b5dcf5995982829eba10b39464d6 Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:15:19 2020 -0400 slab-read: Close the log file after we finish reading it commit 3290c95a8d2eb9382557356595bbdb8b6e71e79c Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:14:55 2020 -0400 sar: Plug some memory leaks commit d4f53abf032ca5071c455518fdf7aad54eb2b380 Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:14:44 2020 -0400 parse_record_int: Do not leak memory on ABORT() calls commit b926b15c455bc3cf65089e3d015e5b78850548d9 Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:14:24 2020 -0400 proto-p10: Fix Coverity warnings irc_p10_ntop: Check ii < 8 before reading ip->in6[ii]. irc_numeric: Add missing va_end(arg_list). cmd_burst: Check that the numnick is at least 4 digits long. cmd_num_gline: Remove redundant check for (argc > 5). commit dd6fa8d1b6277275c045cf58885674586049e17c Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:13:19 2020 -0400 proto-common: Fix Coverity warnings cmd_stats: Fix format string types. mod_chanmode_apply: Move free(bn), solely to make Coverity happy. commit a414497b592dcc4ba8874a5f301ac33cea16580e Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:12:37 2020 -0400 opserv: Fix Coverity warnings opserv_join_check: Don't opserv_alert() if we don't have an OpServ. add_user_alert: Ignore alerts with no discriminators. opserv_discrim_search: Handle the case when there are multiple channels and the user is not in the later channels. commit f543fd2b29ff7196466e88564b3c9ce3597cf50a Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:08:42 2020 -0400 nickserv.c: Fix Coverity warnings nickserv_modify_handle_flags: Don't send_message(NULL, ...). nickserv_define_func: Fix what looks like a typo. commit 0b966620e8d5ff14188d7021708f4a5ef02168d6 Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:07:44 2020 -0400 modcmd: Fix Coverity warnings svccmd_invoke_argv: new_argv must be static for us to use it as argv. cmd_command: Make sure we never run past the end of HANDLE_FLAGS[]. modcmd_describe_command: Don't overrun buffers if MSG_NONE is too large. cmd_joiner: cmdname must be static for us to use it in argv. modcmd_saxdb_write_command: If the command has flags but don't know any of them, write "???" instead. modcmd_load_bots: Don't overrun bot hostnames. service_make_alias: Check for an empty alias. import_aliases_db: Plug a memory leak. commit 912750c6d6af8dbc196e7665f2dfa4dccf3c0d8b Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:02:41 2020 -0400 sockcheck: Fix Coverity warnings sockcheck_readable: Die if we get a bad template. sockcheck_queue_address: Make sure Coverity knows we won't overrun sci->hostname[]. sockcheck_create_response: The "&& end" was spurious. sockcheck_add_test: Plug some memory leaks. commit 5aff010fae927fc9b16412556c13a22980c62190 Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:00:52 2020 -0400 uplink_insert(): Require a hostname to enable an uplink commit 71d2c6e02e86619065d406974d40e87e99054afe Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:00:30 2020 -0400 log: Warn if a log name is too long commit c32309e2fb0cb64e2db6d7592199f7f8c4ee43b4 Author: Michael Poole <md...@tr...> Date: Sun Jun 28 17:00:17 2020 -0400 helpfile: Avoid division by zero commit 3fae8c36e99e3f501b73137d80c473c3c9f3cfe3 Author: Michael Poole <md...@tr...> Date: Sun Jun 28 16:56:34 2020 -0400 chanserv: Fix Coverity warnings bad_channel_ban: It doesn't like deref'ing *victimCount after checking if it was null. We only care about the output parameters on success. eject_user: Our earlier code assumes ban is not null, so don't check it. cmd_set: buf has to be static so that we can save it in argv[]. chanserv_conf_read: Don't leak change. chanserv_read_suspended: Don't try to strdup(NULL). ----------------------------------------------------------------------- Summary of changes: configure.ac | 6 +++--- src/chanserv.c | 28 ++++++++++++++++------------ src/global.c | 3 ++- src/helpfile.c | 4 +++- src/ioset.c | 7 +++++-- src/log.c | 3 +++ src/main-common.c | 7 ++----- src/mod-memoserv.c | 11 ++++++++++- src/mod-sockcheck.c | 10 ++++++++-- src/modcmd.c | 25 +++++++++++++++++++------ src/nickserv.c | 5 +++-- src/opserv.c | 12 +++++++++--- src/proto-common.c | 6 +++--- src/proto-p10.c | 12 ++++++++---- src/recdb.c | 11 +++++++++-- src/sar.c | 4 +++- src/slab-read.c | 2 ++ src/tools.c | 4 +--- 18 files changed, 109 insertions(+), 51 deletions(-) hooks/post-receive -- srvx |