mirror of
https://github.com/danielmiessler/fabric.git
synced 2026-09-10 07:36:44 -04:00
- Create pattern temporary directories only during database population. - Remove temporary directories after successful or failed downloads. - Add regression tests for lazy creation and cleanup. - Document pattern loader cleanup behavior in changelog.
5 lines
386 B
Plaintext
5 lines
386 B
Plaintext
### PR [#2211](https://github.com/danielmiessler/Fabric/pull/2211) by [ksylvan](https://github.com/ksylvan): fix: prevent pattern loader temporary directory leaks
|
|
|
|
- Prevent pattern loader leaks by lazily creating temporary directories during database population and cleaning them up after successful or failed downloads.
|
|
- Add regression tests for lazy directory creation and cleanup.
|