aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.27.inc
diff options
context:
space:
mode:
authorThiruvadi Rajaraman <trajaraman@mvista.com>2017-09-21 19:02:28 +0530
committerArmin Kuster <akuster@mvista.com>2017-11-23 17:40:48 -0800
commitbffa165cb7bbb294e46ca376f4b276bb2ef62baa (patch)
tree1038e5b6a9e53caba6c4f5a0c5f184f325e397ec /meta/recipes-devtools/binutils/binutils-2.27.inc
parentd2633c37f5c56c7d7e838eab061c6f3cfeff6817 (diff)
downloadopenembedded-core-contrib-bffa165cb7bbb294e46ca376f4b276bb2ef62baa.tar.gz
binutils: CVE-2017-9751
Source: git://sourceware.org/git/binutils-gdb.git MR: 73984 Type: Security Fix Disposition: Backport from binutils-2_29 ChangeID: b0488808caeeef072f9b00dd174c750da5e58b4b Description: Fix address violation when disassembling a corrupt RL78 binary. PR binutils/21588 * rl78-decode.opc (OP_BUF_LEN): Define. (GETBYTE): Check for the index exceeding OP_BUF_LEN. (rl78_decode_opcode): Use OP_BUF_LEN as the length of the op_buf array. * rl78-decode.c: Regenerate. Affects: <= 2.28 Author: Nick Clifton <nickc@redhat.com> Signed-off-by: Thiruvadi Rajaraman <trajaraman@mvista.com> Reviewed-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.27.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.27.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.27.inc b/meta/recipes-devtools/binutils/binutils-2.27.inc
index 1e55be69f7..5c3d3ca223 100644
--- a/meta/recipes-devtools/binutils/binutils-2.27.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.27.inc
@@ -78,6 +78,7 @@ SRC_URI = "\
file://CVE-2017-8398.patch \
file://CVE-2017-7299_1.patch \
file://CVE-2017-7299_2.patch \
+ file://CVE-2017-9751.patch \
"
S = "${WORKDIR}/git"