aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMichael Ennen <mike.ennen@gmail.com>2016-01-13 16:11:14 -0700
committerJustin M. Keyes <justinkz@gmail.com>2016-01-13 22:12:53 -0500
commit62f1aaedb1e53813caf44c0eb8f8925843be6ae3 (patch)
treeeb439afc837e01854efcb6f3c3fd9f2ee315b645 /src/nvim/version.c
parent2c76651438a297d9e104bf9c669a7a1339e24bb4 (diff)
downloadrneovim-62f1aaedb1e53813caf44c0eb8f8925843be6ae3.tar.gz
rneovim-62f1aaedb1e53813caf44c0eb8f8925843be6ae3.tar.bz2
rneovim-62f1aaedb1e53813caf44c0eb8f8925843be6ae3.zip
vim-patch:7.4.715 #4003
Problem: Invalid memory access when there are illegal bytes. Solution: Get the length from the text, not from the character. (Dominique Pelle) https://github.com/vim/vim/commit/2186ffa2c7d8a9e2cb09316a7ac9e4ade3957c2f
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 f41bcad244..b38caf52f2 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -409,7 +409,7 @@ static int included_patches[] = {
// 718,
// 717,
// 716,
- // 715,
+ 715,
714,
713,
712,