aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-06-26 15:46:34 +0100
committerNick Clifton <nickc@redhat.com>2017-06-26 15:46:34 +0100
commit04e15b4a9462cb1ae819e878a6009829aab8020b (patch)
treeed016304b7a644f46639368257347dc0dc7b3752 /bfd/ChangeLog
parentcfd14a500e0485374596234de4db10e88ebc7618 (diff)
downloadgdb-04e15b4a9462cb1ae819e878a6009829aab8020b.zip
gdb-04e15b4a9462cb1ae819e878a6009829aab8020b.tar.gz
gdb-04e15b4a9462cb1ae819e878a6009829aab8020b.tar.bz2
Fix address violation parsing a corrupt texhex format file.
PR binutils/21670 * tekhex.c (getvalue): Check for the source pointer exceeding the end pointer before the first byte is read.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 8a4352f..6cf71c3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
2017-06-26 Nick Clifton <nickc@redhat.com>
+ PR binutils/21670
+ * tekhex.c (getvalue): Check for the source pointer exceeding the
+ end pointer before the first byte is read.
+
+2017-06-26 Nick Clifton <nickc@redhat.com>
+
PR binutils/21665
* opncls.c (get_build_id): Check that the section is beig enough
to contain the whole note.