mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
vim-patch:7.4.1647
Problem: Using freed memory after setqflist() and ":caddbuffer". (Dominique)
Solution: Set qf_ptr when adding the first item to the quickfix list.
8b20179c65
This commit is contained in:
@@ -797,7 +797,7 @@ static int included_patches[] = {
|
||||
// 1650,
|
||||
1649,
|
||||
1648,
|
||||
// 1647,
|
||||
1647,
|
||||
// 1646 NA
|
||||
// 1645,
|
||||
// 1644,
|
||||
|
Reference in New Issue
Block a user