From 9554a932e9bba6a400e2eb6f84c4018898a7aa5d Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sun, 30 Nov 2014 13:34:20 -0200 Subject: update cross-binutils --- cross/cross-binutils/binutils-2.24-CVE-2014-8503.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cross/cross-binutils/binutils-2.24-CVE-2014-8503.patch (limited to 'cross/cross-binutils/binutils-2.24-CVE-2014-8503.patch') diff --git a/cross/cross-binutils/binutils-2.24-CVE-2014-8503.patch b/cross/cross-binutils/binutils-2.24-CVE-2014-8503.patch new file mode 100644 index 000000000..c889c695f --- /dev/null +++ b/cross/cross-binutils/binutils-2.24-CVE-2014-8503.patch @@ -0,0 +1,16 @@ +diff --git a/bfd/ihex.c b/bfd/ihex.c +index 8d3590d..9b3b813 100644 +--- a/bfd/ihex.c ++++ b/bfd/ihex.c +@@ -321,7 +321,7 @@ ihex_scan (bfd *abfd) + { + if (! ISHEX (buf[i])) + { +- ihex_bad_byte (abfd, lineno, hdr[i], error); ++ ihex_bad_byte (abfd, lineno, buf[i], error); + goto error_return; + } + } +-- +1.7.1 + -- cgit v1.2.3-54-g00ecf