aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/nasm/nasm_2.13.03.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-08-21 14:30:27 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-23 07:32:53 +0100
commit10a52e436d2f9a40c04271bc8aeb04c75fb11383 (patch)
tree20c139d609ff653ebed254cb10db7cbbcca8cc98 /meta/recipes-devtools/nasm/nasm_2.13.03.bb
parent4c499a1b10a0c2647b6a753b8f9cd934ae4ad0da (diff)
downloadopenembedded-core-contrib-10a52e436d2f9a40c04271bc8aeb04c75fb11383.tar.gz
nasm: fix CVE-2018-8883 & CVE-2018-8882 & CVE-2018-10316
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.bb3
1 files changed, 3 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 236d7e5e36..6a02df4854 100644
--- a/meta/recipes-devtools/nasm/nasm_2.13.03.bb
+++ b/meta/recipes-devtools/nasm/nasm_2.13.03.bb
@@ -5,6 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=90904486f8fbf1861cf42752e1a39efe"
SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 \
file://0001-asmlib-Drop-pure-function-attribute-from-seg_init.patch \
+ file://0001-assemble-Check-global-line-limit.patch \
+ file://0001-fix-CVE-2018-8882.patch \
+ file://0001-Verify-that-we-are-not-reading-past-end-of-a-buffer.patch \
"
SRC_URI[md5sum] = "0c581d482f39d5111879ca9601938f74"