The "cacheout" function will make sure that there's a file handle open
for reading or writing available as the path name you give it. It
automatically closes and re-opens files if you exceed your system
maximum number of file descriptors, or the suggested maximum.
Provides
Requires
License
GPL+ or Artistic
Changelog
* Wed Aug 26 2026 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.32.1-475
- Fixes: CVE-2026-13221 - Don't create a trie that would overflow
- Resolves: RHEL-247945
* Mon Mar 16 2026 Jitka Plesnikova <jplesni