libctf: bfd-open: mark the bfd as cacheable
authorNick Alcock <nick.alcock@oracle.com>
Fri, 26 Jul 2019 20:52:11 +0000 (21:52 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Thu, 3 Oct 2019 16:04:55 +0000 (17:04 +0100)
commitedc8bbe90b82f1fa4f3f261b5c97503867e9aba4
treecff2d2937f85c18d3c49d4d4e5c5dc50e54e0641
parent7e97445a5a4797ba580a58c99d9e16836aa41188
libctf: bfd-open: mark the bfd as cacheable

Without this, the FD is only closed when the CTF file is, leading to
running out of fds on (e.g.) very large links.

New in v3.

libctf/
* ctf-open-bfd.c (ctf_fdopen): Call bfd_set_cacheable.
libctf/ChangeLog
libctf/ctf-open-bfd.c
This page took 0.025049 seconds and 4 git commands to generate.