From 00c476b594c415e80583ab285cd55dd2f7743cce Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 4 Jun 2015 06:38:22 -0300 Subject: update cross-binutils --- cross/cross-binutils/binutils-2.24-CVE-2014-8503.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete 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 deleted file mode 100644 index c889c695f..000000000 --- a/cross/cross-binutils/binutils-2.24-CVE-2014-8503.patch +++ /dev/null @@ -1,16 +0,0 @@ -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