mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
vim-patch:8.0.0079
Problem: Accessing freed memory in quickfix. (Domenique Pelle)
Solution: Do not free the current list when adding to it.
2b946c9f9b
This commit is contained in:
@@ -650,7 +650,7 @@ static const int included_patches[] = {
|
||||
// 82 NA
|
||||
// 81,
|
||||
// 80 NA
|
||||
// 79,
|
||||
79,
|
||||
78,
|
||||
// 77 NA
|
||||
// 76 NA
|
||||
|
Reference in New Issue
Block a user