1
0
forked from aniani/vim
Files
vim/src/usercmd.c
Bram Moolenaar 205f29c3e9 patch 8.2.3779: using freed memory when defining a user command recursively
Problem:    Using freed memory when defining a user command from a user
            command.
Solution:   Do not use the command pointer after executing the command.
            (closes #9318)
2021-12-10 21:46:09 +00:00

38 KiB