public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/3] Minimal fixes for issues reported by static checkers
@ 2023-11-07 12:28 Stefano Brivio
  2023-11-07 12:28 ` [PATCH 1/3] netlink: Sequence numbers are actually 32 bits wide Stefano Brivio
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Stefano Brivio @ 2023-11-07 12:28 UTC (permalink / raw)
  To: passt-dev; +Cc: David Gibson

These are reported by clang-tidy and Coverity after David's series,
I'm applying minimal fixes for them to go ahead and apply those
series, as we should really make a new release at this point.

They are all trivial, I'm posting them to ease reviews but I already
applied these.

Stefano Brivio (3):
  netlink: Sequence numbers are actually 32 bits wide
  port_fwd: Don't try to read bound ports from invalid file handles
  log: Match implicit va_start() with va_end() in vlogmsg()

 log.c      |  2 ++
 netlink.c  | 20 ++++++++++----------
 port_fwd.c |  3 +++
 3 files changed, 15 insertions(+), 10 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-11-08  1:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-07 12:28 [PATCH 0/3] Minimal fixes for issues reported by static checkers Stefano Brivio
2023-11-07 12:28 ` [PATCH 1/3] netlink: Sequence numbers are actually 32 bits wide Stefano Brivio
2023-11-07 23:32   ` David Gibson
2023-11-07 12:28 ` [PATCH 2/3] port_fwd: Don't try to read bound ports from invalid file handles Stefano Brivio
2023-11-07 12:28 ` [PATCH 3/3] log: Match implicit va_start() with va_end() in vlogmsg() Stefano Brivio
2023-11-07 23:31   ` David Gibson

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).