Bump the OVS submodule to include the following patches:
  dd0f59783e39 ("ofproto: Fix potential NULL dereference in 
ofproto_get_datapath_cap().")
  a4b04276ab59 ("ofproto: Fix potential NULL dereference in 
ofproto_ct_*_zone_timeout_policy().")

The two commits above fix crashes in ovs-vswitchd when OVS datapath
types are configured with unsupported values and OVSDB Datapath tables
exist for those datapath types.  OVN self tests actually test with
invalid datapath types and an upcoming commit will update the
ovn-controller code to always create OVSDB Datapath tables.  Without
the two OVS fixes, ovs-vswitchd would crash, causing the OVN tests to
fail.

Acked-by: Mark D. Gray <[email protected]>
Signed-off-by: Dumitru Ceara <[email protected]>
---
 ovs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ovs b/ovs
index b5bb044fb..a4b04276a 160000
--- a/ovs
+++ b/ovs
@@ -1 +1 @@
-Subproject commit b5bb044fbe4c1395dcde5cc7d5081ef0099bb8b3
+Subproject commit a4b04276ab5934d087669ff2d191a23931335c87

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

Reply via email to