mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
vim-patch:7.4.937
Problem: Segfault reading unitialized memory.
Solution: Do not read match \z0, it does not exist. (Marius Gedminas, closes
vim/vim#497)
5ad075c073
This commit is contained in:
@@ -351,7 +351,7 @@ static int included_patches[] = {
|
||||
// 940 NA
|
||||
// 939,
|
||||
// 938 NA
|
||||
// 937,
|
||||
937,
|
||||
// 936,
|
||||
// 935,
|
||||
// 934 NA
|
||||
|
Reference in New Issue
Block a user