[PATCH 0/3] cppcheck-2.19.1 fixes
Here are some more fixes for cppcheck warnings that I'm seeing with cppcheck-2.19.1. One looks like it might, at least theoretically be a real bug. I'm not certain if all of these are due to a new cppcheck version, or if some are just due to things merged recently that hadn't previously been checked with a recent-ish version. David Gibson (3): treewide: Fix more pointers which can be const epoll_ctl: Move u64 variant first for safer initialisation igmp: Remove apparently unneeded suppression conf.c | 2 +- dhcpv6.c | 3 ++- epoll_ctl.h | 4 ++-- igmp.c | 1 - vhost_user.c | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) -- 2.52.0
On Tue, 13 Jan 2026 14:54:12 +1100
David Gibson
Here are some more fixes for cppcheck warnings that I'm seeing with cppcheck-2.19.1. One looks like it might, at least theoretically be a real bug.
I'm not certain if all of these are due to a new cppcheck version, or if some are just due to things merged recently that hadn't previously been checked with a recent-ish version.
Applied. -- Stefano
participants (2)
-
David Gibson
-
Stefano Brivio