This series fixes a couple of issues reported by Coverity. Only the ofproto one might potentially require a backport, the rest of them should be fine, and have no Fixes tag.
v2: - Patch 1: - Replaced the assert with an explicit condition check in ovsdb_monitor_row_update_type(). - Patch 6: - Move the assert out of the loop + !datum->n check. Eelco Chaudron (6): ofproto: Fix missing lock when reading oftable->vacancy_up/down. ovsdb-monitor: Fix dereference after null check. ovsdb-trigger: Fix dereference after null check. ovsdb-relay: Fix dereference before null check. ovsdb-raft: Fix dereference after null check. ovsdb-transaction: Fix dereference after null check. ofproto/ofproto.c | 4 ++++ ovsdb/monitor.c | 2 +- ovsdb/raft.c | 4 +++- ovsdb/relay.c | 1 + ovsdb/transaction.c | 1 + ovsdb/trigger.c | 1 + 6 files changed, 11 insertions(+), 2 deletions(-) -- 2.50.1 _______________________________________________ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev