mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
8e41c34aba
Problem: runtime(netrw): command injection possible via crafted
directory names in NetrwMaps() (Christopher Lusk)
Solution: Temporarily remove B flag in NetrwMaps() to prevent command
injection
Signed-off-by: Christian Brabandt <cb@256bit.org>