summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-09-16 18:05:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-09-16 18:05:13 -0400
commite250a8940a6f088287019fb89a82784844241e8b (patch)
treeaaed92f376e778faa9573229a272603e6230d53a /recipes-networking/openvswitch
parent15388c440d6792592f7d0cdeea1a3f15bda414e5 (diff)
downloadmeta-virtualization-e250a8940a6f088287019fb89a82784844241e8b.tar.gz
ovs: add upstream-status to CVE patch
The patch file itself is missing an upstream-status, so we add it here. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch')
-rw-r--r--recipes-networking/openvswitch/files/0001-ofp-actions-Fix-use-after-free-while-decoding-RAW_EN.patch2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-networking/openvswitch/files/0001-ofp-actions-Fix-use-after-free-while-decoding-RAW_EN.patch b/recipes-networking/openvswitch/files/0001-ofp-actions-Fix-use-after-free-while-decoding-RAW_EN.patch
index 3afd1bad..0e344ac8 100644
--- a/recipes-networking/openvswitch/files/0001-ofp-actions-Fix-use-after-free-while-decoding-RAW_EN.patch
+++ b/recipes-networking/openvswitch/files/0001-ofp-actions-Fix-use-after-free-while-decoding-RAW_EN.patch
@@ -34,6 +34,8 @@ Credit to OSS-Fuzz.
34 34
35Fuzzer regression test will fail only with AddressSanitizer enabled. 35Fuzzer regression test will fail only with AddressSanitizer enabled.
36 36
37Upstream-status: Backport
38
37Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=27851 39Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=27851
38Fixes: f839892a206a ("OF support and translation of generic encap and decap") 40Fixes: f839892a206a ("OF support and translation of generic encap and decap")
39Acked-by: William Tu <u9012063@gmail.com> 41Acked-by: William Tu <u9012063@gmail.com>