mirror of
https://github.com/neovim/neovim.git
synced 2026-02-08 04:47:21 +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>