summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/nasm/nasm_2.13.03.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-10-23 04:35:06 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-07 23:08:54 +0000
commit68b68dc28a08acf90ca5646be501e8dd2a87bc3a (patch)
tree46c07cc26faa62f79c4036b0a2354b585d7cc358 /meta/recipes-devtools/nasm/nasm_2.13.03.bb
parent886922a0b3636c5809b526afb5496679c1196f4d (diff)
downloadpoky-68b68dc28a08acf90ca5646be501e8dd2a87bc3a.tar.gz
nasm: fix CVE-2018-1000667
Since the latest nasm is 2.14rc16 (not formal release), so backport a patch to 2.13 to fix CVE-2018-1000667. (From OE-Core rev: 024b395425c95a08c881d922c310be78ffad483a) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/nasm/nasm_2.13.03.bb')
-rw-r--r--meta/recipes-devtools/nasm/nasm_2.13.03.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/nasm/nasm_2.13.03.bb b/meta/recipes-devtools/nasm/nasm_2.13.03.bb
index 730db1d8c2..de4c55446a 100644
--- a/meta/recipes-devtools/nasm/nasm_2.13.03.bb
+++ b/meta/recipes-devtools/nasm/nasm_2.13.03.bb
@@ -9,6 +9,7 @@ SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \
9 file://0001-fix-CVE-2018-8882.patch \ 9 file://0001-fix-CVE-2018-8882.patch \
10 file://0001-Verify-that-we-are-not-reading-past-end-of-a-buffer.patch \ 10 file://0001-Verify-that-we-are-not-reading-past-end-of-a-buffer.patch \
11 file://0001-eval-Eliminate-division-by-zero.patch \ 11 file://0001-eval-Eliminate-division-by-zero.patch \
12 file://0001-preproc-parse_size-Check-for-string-provided.patch \
12 " 13 "
13 14
14SRC_URI[md5sum] = "0c581d482f39d5111879ca9601938f74" 15SRC_URI[md5sum] = "0c581d482f39d5111879ca9601938f74"