mirror of
https://github.com/neovim/neovim.git
synced 2026-09-05 21:50:59 +00:00
Problem: Malicious filename can execute code because of ":" cmdline expansion. Solution: Use `fnameescape()`. fix https://github.com/neovim/neovim/issues/39914