From 5b92b0a2e26ba75013b5d076290c6ea0f129580da56b4ec980882db905196f29 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 2 Oct 2017 20:36:49 +0000 Subject: [PATCH] Accepting request 530555 from home:markoschandras:network * ofp-util: Fix memory leaks when parsing OF1.5 group properties (cve-2017-14970) (bsc#1061310) * ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod() (cve-2017-14970) (bsc#1061310) OBS-URL: https://build.opensuse.org/request/show/530555 OBS-URL: https://build.opensuse.org/package/show/network/openvswitch?expand=0&rev=127 --- openvswitch.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvswitch.changes b/openvswitch.changes index ddffe8c..94f59de 100644 --- a/openvswitch.changes +++ b/openvswitch.changes @@ -9,8 +9,8 @@ Fri Sep 29 19:46:56 UTC 2017 - mchandras@suse.de * conntrack: Add function ct_print_conn_info(). * conntrack: Create nat_conn_keys_insert(). * netdev-dpdk: reset packet_type for reused dp_packets. - * ofp-util: Fix memory leaks when parsing OF1.5 group properties. - * ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod(). + * ofp-util: Fix memory leaks when parsing OF1.5 group properties (cve-2017-14970) (bsc#1061310) + * ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod() (cve-2017-14970) (bsc#1061310) * ofp-util: Fix buffer overread in ofputil_decode_bundle_add(). * ofproto: Include patch ports in mtu overriden check * netdev-tc-offloads: Fix vxlan tunnel offloading