summaryrefslogtreecommitdiffstats
path: root/recipes-networking/openvswitch/files/0001-ofp-actions-Fix-use-after-free-while-decoding-RAW_EN.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/openvswitch/files/0001-ofp-actions-Fix-use-after-free-while-decoding-RAW_EN.patch')
-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>