mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
vim-patch:7.4.1715
Problem: Double free when a partial is in a cycle with a list or dict.
(Nikolai Pavlov)
Solution: Do not free a nested list or dict used by the partial.
ddecc25947
This commit is contained in:

committed by
James McCoy

parent
c6bc1e7bab
commit
0645787741
@@ -727,7 +727,7 @@ static int included_patches[] = {
|
||||
// 1718,
|
||||
// 1717 NA
|
||||
1716,
|
||||
// 1715,
|
||||
1715,
|
||||
1714,
|
||||
// 1713 NA
|
||||
1712,
|
||||
|
Reference in New Issue
Block a user