summaryrefslogtreecommitdiff
path: root/cross/cross-binutils/binutils-2.24-CVE-2014-8503.patch
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-06-04 06:38:22 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-06-04 06:38:22 -0300
commit00c476b594c415e80583ab285cd55dd2f7743cce (patch)
tree963f94c30d0a809972528741d5b54256e897b35f /cross/cross-binutils/binutils-2.24-CVE-2014-8503.patch
parentd34fe86cd686ece409617c1816d03539f288d9a8 (diff)
downloadabslibre-00c476b594c415e80583ab285cd55dd2f7743cce.tar.gz
abslibre-00c476b594c415e80583ab285cd55dd2f7743cce.tar.bz2
abslibre-00c476b594c415e80583ab285cd55dd2f7743cce.zip
update cross-binutils
Diffstat (limited to 'cross/cross-binutils/binutils-2.24-CVE-2014-8503.patch')
-rw-r--r--cross/cross-binutils/binutils-2.24-CVE-2014-8503.patch16
1 files changed, 0 insertions, 16 deletions
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
-