0
0
mirror of https://github.com/vim/vim.git synced 2025-10-14 07:04:10 -04:00

patch 7.4.1446

Problem:    Crash when using json_decode().
Solution:   Terminate string with a NUL byte.
This commit is contained in:
Bram Moolenaar
2016-02-28 15:21:13 +01:00
parent b362872837
commit 80e7884739
2 changed files with 3 additions and 0 deletions

View File

@@ -743,6 +743,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1446,
/**/
1445,
/**/