mvz / alexandria-book-collection-manager

Fork of the Alexandria Book Collection Manager
GNU General Public License v2.0
27 stars 15 forks source link

Ensure fresh temporary directories are used each time #239

Closed mvz closed 1 year ago

mvz commented 1 year ago

Dir.tmpdir simply returns the existing directory for temporary files. This is unsafe. Use Dir.mktmpdir instead to get a unique temporary directory each time.