aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-08-04 14:19:28 +0100
committerNick Clifton <nickc@redhat.com>2023-08-04 14:19:28 +0100
commit0133072f87b7ac0791413870876a0769ca7d44e0 (patch)
tree8716a44e4d9a42e75365227277d69301756cc6c9 /bfd/ChangeLog
parentbabce214ecb2a093606186a3f82d579cb026a925 (diff)
downloadbinutils-0133072f87b7ac0791413870876a0769ca7d44e0.zip
binutils-0133072f87b7ac0791413870876a0769ca7d44e0.tar.gz
binutils-0133072f87b7ac0791413870876a0769ca7d44e0.tar.bz2
Fix potential infinite loop in bfd_cache_close_all.
PR 15545 * cache.c (bfd_cache_close_all): Extend description to note that all files will be closed, even those that are not cacheable. Add code to prevent a possible infinite loop.
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 0087aed..1404220 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2023-08-04 Nick Clifton <nickc@redhat.com>
+
+ PR 15545
+ * cache.c (bfd_cache_close_all): Extend description to note that
+ all files will be closed, even those that are not cacheable.
+ Add code to prevent a possible infinite loop.
+
2023-08-02 Tom Tromey <tromey@adacore.com>
* pei-x86_64.c (PEI_HEADERS): Do not define.