aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-02-15 18:26:06 +0000
committerH.J. Lu <hjl.tools@gmail.com>2013-02-15 18:26:06 +0000
commit989fbeffb248dde7a9a24ad8ac9f7a76b435a807 (patch)
treea83af43847c3ef77b3fb564e3f273d6f0b623a64 /bfd/ChangeLog
parentf1dd87fcafe276824123bdc5d4a4e2bd79495662 (diff)
downloadgdb-989fbeffb248dde7a9a24ad8ac9f7a76b435a807.zip
gdb-989fbeffb248dde7a9a24ad8ac9f7a76b435a807.tar.gz
gdb-989fbeffb248dde7a9a24ad8ac9f7a76b435a807.tar.bz2
Don't allow a nested archive pointing to itself
PR binutils/15151 * archive.c (_bfd_find_nested_archive): Don't allow a nested archive pointing to itself. (_bfd_get_elt_at_filepos): Revert the last 2 changes.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b65b234..72d12ef 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2013-02-15 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR binutils/15151
+ * archive.c (_bfd_find_nested_archive): Don't allow a nested
+ archive pointing to itself.
+ (_bfd_get_elt_at_filepos): Revert the last 2 changes.
+
2013-02-15 Nick Clifton <nickc@redhat.com>
PR binutils/15140