mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
vim-patch:7.4.799
Problem: Accessing memory before an allocated block. Solution: Check for not going before the start of a pattern. (Dominique Pelle) https://github.com/vim/vim/commit/v7-4-799
This commit is contained in:

committed by
Justin M. Keyes

parent
2753be6e4d
commit
54973477e7
@@ -98,7 +98,7 @@ static int included_patches[] = {
|
||||
//802,
|
||||
//801,
|
||||
//800,
|
||||
//799,
|
||||
799,
|
||||
//798,
|
||||
//797,
|
||||
//796,
|
||||
|
Reference in New Issue
Block a user