From: Bart V. A. <bva...@us...> - 2022-08-07 00:14:34
|
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 "Net-SNMP". The branch, master has been updated 4d8f351c5f59883908443bbe4d05d6787fbf5dcd -> 2d1d64d49f200ba50a5908453a3c17fbd530619c commit 4d8f351c5f59883908443bbe4d05d6787fbf5dcd Author: Bart Van Assche <bva...@ac...> Date: Sat Aug 6 16:25:12 2022 -0700 testing/fuzzing: Fix two memory leaks detected by Coverity commit ef80627118e338af583228e33d1309a08288f1c3 Author: Bart Van Assche <bva...@ac...> Date: Sat Aug 6 15:55:02 2022 -0700 HOST-MIB: Fix a use-after-free This issue was detected by Coverity. commit cf932a22993195466791689359baa47d5e8dec1b Author: Bart Van Assche <bva...@ac...> Date: Sat Aug 6 15:39:34 2022 -0700 libsnmp: Remove the SYSTEM_DOT_MIB macro and related macros Remove the following four macros since these are not used in the Net-SNMP project: * SYSTEM_DOT_MIB * SYSTEM_DOT_MIB_LENGTH * NETSNMP_SYSTEM_DOT_MIB * NETSNMP_SYSTEM_DOT_MIB_LENGTH commit e5317c78603fd01d159e3f387c9c47870399ebbd Author: Bart Van Assche <bva...@ac...> Date: Sat Aug 6 15:30:19 2022 -0700 HOST-MIB: Check the strtok_r() return value This was detected by Coverity. Summary of changes: agent/mibgroup/hardware/fsys/hw_fsys.c | 8 ++++++++ agent/mibgroup/host/data_access/swinst.c | 1 + configure | 10 ---------- configure.d/config_net_snmp_config_h | 4 ---- configure.d/config_project_with_enable | 4 ---- include/net-snmp/net-snmp-config.h.in | 4 ---- testing/fuzzing/snmp_mib_fuzzer.c | 1 + testing/fuzzing/snmp_transport_fuzzer.c | 2 +- win32/net-snmp/net-snmp-config.h | 2 -- win32/net-snmp/net-snmp-config.h.in | 2 -- 10 files changed, 11 insertions(+), 27 deletions(-) hooks/post-receive -- Net-SNMP |