From: Bart V. A. <bva...@us...> - 2022-08-14 01:04:21
|
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 b8bbfd5690e7873c1298e67e6103efaa06e2a187 -> 90aa2c37dc6a8bc280951ec6b6efe9714b0ef4de commit b8bbfd5690e7873c1298e67e6103efaa06e2a187 Author: Bart Van Assche <bva...@ac...> Date: Sat Aug 13 16:40:17 2022 -0700 libsnmp: Reject invalid BITS values Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37743 commit 547b1c739fe9783cb2a7e8f085621292ccabaa76 Author: Bart Van Assche <bva...@ac...> Date: Thu Aug 11 20:05:13 2022 -0700 libsnmp: Fix a potential integer overflow in snmp_add_var() Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40215 commit f5a11663e5a4539c053f716c2b2ce7f93cdc1e2d Author: Bart Van Assche <bva...@ac...> Date: Thu Aug 11 19:53:30 2022 -0700 libsnmp: Fix a recently introduced potential integer overflow Fixes: d65925a9f8f6 ("libsnmp: Ignore invalid DISPLAY-HINT clauses") Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50063 commit 4bb51e22b135b98f3c667cee625d18d491060497 Author: Bart Van Assche <bva...@ac...> Date: Sat Aug 13 16:57:48 2022 -0700 libsnmp: Simplify snmp_add_var() error paths commit e1140c957783fe5e48ab9f88f4a80114ac2eae69 Author: Bart Van Assche <bva...@ac...> Date: Sat Aug 13 16:49:45 2022 -0700 libsnmp: Simplify buffer allocation in snmp_add_var() Move memory allocation out of if-statements. Remove the malloc() return value casts. Remove 'else' after 'break'. commit 5f836085dbf5aa7b06f60ae294a5ef1d5db8c4bc Author: Bart Van Assche <bva...@ac...> Date: Sat Aug 13 17:55:45 2022 -0700 libsnmp: Remove a superfluous assignment commit b6b674218f1d64a44b50d4c629d42bc59b79aa73 Author: Bart Van Assche <bva...@ac...> Date: Sat Aug 13 17:01:10 2022 -0700 libsnmp: Remove a superfluous cast Summary of changes: snmplib/mib.c | 2 +- snmplib/snmp_api.c | 86 +++++++++++++++++++++++++++++------------------------- 2 files changed, 48 insertions(+), 40 deletions(-) hooks/post-receive -- Net-SNMP |