]> code.ossystems Code Review - openembedded-core.git/commitdiff
patch: the CVE-2019-13638 fix also handles CVE-2018-20969
authorRoss Burton <ross.burton@intel.com>
Mon, 4 Nov 2019 12:27:13 +0000 (12:27 +0000)
committerArmin Kuster <akuster808@gmail.com>
Tue, 12 Nov 2019 04:49:54 +0000 (20:49 -0800)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/patch/patch/0001-Invoke-ed-directly-instead-of-using-the-shell.patch

index f60dfe879aff556ca52073f794f91de0baee1b9b..d13d419f51c77f93f45c05ea468b73ec9aad381c 100644 (file)
@@ -6,8 +6,8 @@ Subject: [PATCH] Invoke ed directly instead of using the shell
 * src/pch.c (do_ed_script): Invoke ed directly instead of using a shell
 command to avoid quoting vulnerabilities.
 
-CVE: CVE-2019-13638
-Upstream-Status: Backport[https://git.savannah.gnu.org/cgit/patch.git/patch/?id=3fcd042d26d70856e826a42b5f93dc4854d80bf0]
+CVE: CVE-2019-13638 CVE-2018-20969
+Upstream-Status: Backport [https://git.savannah.gnu.org/cgit/patch.git/patch/?id=3fcd042d26d70856e826a42b5f93dc4854d80bf0]
 Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
 
 ---