mirror of
https://github.com/neovim/neovim.git
synced 2026-08-06 23:49:16 +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.