mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
vim-patch:7.4.800
Problem: Using freed memory when triggering CmdUndefined autocommands.
Solution: Set pointer to NULL. (Dominique Pelle)
829aef1eb4
This commit is contained in:
@@ -488,7 +488,7 @@ static int included_patches[] = {
|
||||
803,
|
||||
802,
|
||||
// 801,
|
||||
// 800,
|
||||
800,
|
||||
799,
|
||||
798,
|
||||
// 797,
|
||||
|
Reference in New Issue
Block a user