mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 21:02:11 +00: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.