mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 03:29:29 +10:00
Problem: helpers.tmpname() may create a local file, depending on circumstances. Solution: Only use helpers.tmpname() for its parent directory (the "temp root"). Use fs_mkdtemp() to actually get a unique name.