diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-08-22 20:10:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-23 07:45:32 +0100 |
commit | 1314a6953aa647706107557faaba8574e307d2bd (patch) | |
tree | 79444094b8538da5641339d55480f4740aa0d5d3 /meta/recipes-devtools/patch/patch_2.7.6.bb | |
parent | 037b205e89ae4c7d638a5c15d64f60e16facbaa2 (diff) | |
download | openembedded-core-1314a6953aa647706107557faaba8574e307d2bd.tar.gz |
patch: fix CVE-2018-6952
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/patch/patch_2.7.6.bb')
-rw-r--r-- | meta/recipes-devtools/patch/patch_2.7.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/patch/patch_2.7.6.bb b/meta/recipes-devtools/patch/patch_2.7.6.bb index 823486dd0a..85b0db7333 100644 --- a/meta/recipes-devtools/patch/patch_2.7.6.bb +++ b/meta/recipes-devtools/patch/patch_2.7.6.bb @@ -5,6 +5,7 @@ SRC_URI += "file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ file://0002-Fix-segfault-with-mangled-rename-patch.patch \ file://0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch \ file://0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch \ + file://0001-Fix-swapping-fake-lines-in-pch_swap.patch \ " SRC_URI[md5sum] = "4c68cee989d83c87b00a3860bcd05600" |