diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2018-04-16 15:40:12 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-16 07:25:10 -0400 |
| commit | 500e5d2ad58f78d3aa5132081123955b6681bb8c (patch) | |
| tree | 0af4fda14f47b594e996fe4214a080c880ca63e3 /recipes-networking/openvswitch/openvswitch-git/CVE-2017-9263.patch | |
| parent | 97fea33badac9e674365744a559006b70d2e1222 (diff) | |
| download | meta-virtualization-500e5d2ad58f78d3aa5132081123955b6681bb8c.tar.gz | |
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 <yi.zhao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/CVE-2017-9263.patch')
| -rw-r--r-- | recipes-networking/openvswitch/openvswitch-git/CVE-2017-9263.patch | 29 |
1 files changed, 0 insertions, 29 deletions
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 @@ | |||
| 1 | A buggy or malicious switch could send a role status message with a bad | ||
| 2 | reason code, which if printed by OVS would cause it to abort. This fixes | ||
| 3 | the problem. | ||
| 4 | |||
| 5 | CVE: CVE-2017-9263 | ||
| 6 | Upstream-Status: Submitted | ||
| 7 | |||
| 8 | Reported-by: Bhargava Shastry <bshastry at sec.t-labs.tu-berlin.de> | ||
| 9 | Signed-off-by: Ben Pfaff <blp at ovn.org> | ||
| 10 | --- | ||
| 11 | lib/ofp-print.c | 3 ++- | ||
| 12 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/lib/ofp-print.c b/lib/ofp-print.c | ||
| 15 | index 7ca953100539..1932baf4871f 100644 | ||
| 16 | --- a/lib/ofp-print.c | ||
| 17 | +++ b/lib/ofp-print.c | ||
| 18 | @@ -2147,7 +2147,8 @@ ofp_print_role_status_message(struct ds *string, const struct ofp_header *oh) | ||
| 19 | break; | ||
| 20 | case OFPCRR_N_REASONS: | ||
| 21 | default: | ||
| 22 | - OVS_NOT_REACHED(); | ||
| 23 | + ds_put_cstr(string, "(unknown)"); | ||
| 24 | + break; | ||
| 25 | } | ||
| 26 | } | ||
| 27 | |||
| 28 | -- | ||
| 29 | 2.10.2 | ||
