commit | 0133072f87b7ac0791413870876a0769ca7d44e0 | [log] [tgz] |
---|---|---|
author | Nick Clifton <nickc@redhat.com> | Fri Aug 04 14:19:28 2023 +0100 |
committer | Nick Clifton <nickc@redhat.com> | Fri Aug 04 14:19:28 2023 +0100 |
tree | 8716a44e4d9a42e75365227277d69301756cc6c9 | |
parent | babce214ecb2a093606186a3f82d579cb026a925 [diff] |
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.