This series addresses some warnigns produced by clang analyze, and reduces the
total number of warnigns down from 51 to 30. Asside from the theme of reducing
clang analyze warnings, the individual patches aren't directly related to each
other.

Mike Pattrick (8):
  ovsdb-error: Annotate nonnull functions
  dpif-netdev: Remove undefined integer division.
  jsonrpc: Don't access ovs_list members directly
  netlink-socket: Initialize socket family.
  classifier: Store n_indices between usage.
  vconn: Always properly free flow stats reply.
  mcast-snooping: Properly check return code from group_get_lru
  mcast-snooping: Don't access ovs_list members directly

 lib/classifier.c     | 12 ++++++++----
 lib/dpif-netdev.c    | 18 +++++++++---------
 lib/jsonrpc.c        |  5 +++--
 lib/mcast-snooping.c |  6 ++++--
 lib/netlink-socket.c |  1 +
 lib/ovsdb-error.h    |  5 +++++
 lib/vconn.c          | 14 +++++++++-----
 7 files changed, 39 insertions(+), 22 deletions(-)

-- 
2.43.5

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to