summaryrefslogtreecommitdiffstats
path: root/main/binutils/binutils-2.24-CVE-2014-8503.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/binutils/binutils-2.24-CVE-2014-8503.patch')
-rw-r--r--main/binutils/binutils-2.24-CVE-2014-8503.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/main/binutils/binutils-2.24-CVE-2014-8503.patch b/main/binutils/binutils-2.24-CVE-2014-8503.patch
new file mode 100644
index 000000000..c889c695f
--- /dev/null
+++ b/main/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
+