aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMichael Ennen <mike.ennen@gmail.com>2016-10-28 12:24:03 -0700
committerJames McCoy <jamessan@jamessan.com>2016-12-12 10:17:35 -0500
commit0645787741252ba7ad980a47af8db5d37685beae (patch)
tree6e8cbc5929194836a1f5a1ba6354dbe83c96b8c3 /src/nvim/version.c
parentc6bc1e7babf121406e1f8acda6381f4582dc0009 (diff)
downloadrneovim-0645787741252ba7ad980a47af8db5d37685beae.tar.gz
rneovim-0645787741252ba7ad980a47af8db5d37685beae.tar.bz2
rneovim-0645787741252ba7ad980a47af8db5d37685beae.zip
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. https://github.com/vim/vim/commit/ddecc25947dbdd689d5bcaed32f298a08abdd497
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 197c12367c..ac45e2caad 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -727,7 +727,7 @@ static int included_patches[] = {
// 1718,
// 1717 NA
1716,
- // 1715,
+ 1715,
1714,
// 1713 NA
1712,