diff options
author | Scott Prager <splinterofchaos@gmail.com> | 2014-09-05 16:41:07 -0400 |
---|---|---|
committer | Scott Prager <splinterofchaos@gmail.com> | 2014-09-30 19:35:46 -0400 |
commit | b0bda2ee87a4fb0e57ef82d805a79b144ca510c5 (patch) | |
tree | 005c6ded176b5e2d998d3b7256deb5975c0d169c /src/nvim/version.c | |
parent | 78979427d14470e64eecb1e786bf21520305cf3d (diff) | |
download | rneovim-b0bda2ee87a4fb0e57ef82d805a79b144ca510c5.tar.gz rneovim-b0bda2ee87a4fb0e57ef82d805a79b144ca510c5.tar.bz2 rneovim-b0bda2ee87a4fb0e57ef82d805a79b144ca510c5.zip |
vim-patch:7.4.256
Problem: Using systemlist() may cause a crash and does not handle NUL
characters properly.
Solution: Increase the reference count, allocate memory by length. (Yasuhiro
Matsumoto)
https://code.google.com/p/vim/source/detail?r=v7-4-256
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index a453c0ee10..47f4a2f805 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -385,7 +385,7 @@ static int included_patches[] = { //259 NA //258 NA //257 NA - //256, + 256, //255, //254, 253, |