forked from aniani/vim
Problem: editing a special crafted tar file allows code execution
(RyotaK, after 129a8446d2)
Solution: escape the filename before feeding it to the `:read` command
Github Advisory:
https://github.com/vim/vim/security/advisories/GHSA-wfmf-8626-q3r3
Signed-off-by: Christian Brabandt <cb@256bit.org>