From 500e5d2ad58f78d3aa5132081123955b6681bb8c Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 16 Apr 2018 15:40:12 +0800 Subject: openvswitch: refresh patches to fix QA warning Refresh patches with devtool command to fix do_patch warning. Drop CVE-2017-9263.patch since it had been fixed upstream. Signed-off-by: Yi Zhao Signed-off-by: Bruce Ashfield --- .../openvswitch-git/CVE-2017-9263.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 recipes-networking/openvswitch/openvswitch-git/CVE-2017-9263.patch (limited to 'recipes-networking/openvswitch/openvswitch-git/CVE-2017-9263.patch') diff --git a/recipes-networking/openvswitch/openvswitch-git/CVE-2017-9263.patch b/recipes-networking/openvswitch/openvswitch-git/CVE-2017-9263.patch deleted file mode 100644 index 0fc3aa1a..00000000 --- a/recipes-networking/openvswitch/openvswitch-git/CVE-2017-9263.patch +++ /dev/null @@ -1,29 +0,0 @@ -A buggy or malicious switch could send a role status message with a bad -reason code, which if printed by OVS would cause it to abort. This fixes -the problem. - -CVE: CVE-2017-9263 -Upstream-Status: Submitted - -Reported-by: Bhargava Shastry -Signed-off-by: Ben Pfaff ---- - lib/ofp-print.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/lib/ofp-print.c b/lib/ofp-print.c -index 7ca953100539..1932baf4871f 100644 ---- a/lib/ofp-print.c -+++ b/lib/ofp-print.c -@@ -2147,7 +2147,8 @@ ofp_print_role_status_message(struct ds *string, const struct ofp_header *oh) - break; - case OFPCRR_N_REASONS: - default: -- OVS_NOT_REACHED(); -+ ds_put_cstr(string, "(unknown)"); -+ break; - } - } - --- -2.10.2 -- cgit v1.2.3-54-g00ecf