mirror of
https://github.com/neovim/neovim.git
synced 2025-12-24 15:18:56 +00:00
Problem: Using uninitialized memory when argument is missing.
Solution: Check there are sufficient arguments before the base.
(closes vim/vim#12302)
b7f2270bab
Co-authored-by: Bram Moolenaar <Bram@vim.org>