vim-patch:7.4.1641

Problem:    Using unterminated string.
Solution:   Add NUL before calling vim_strsave_shellescape(). (James McCoy)

5ca84ce4aa
This commit is contained in:
James McCoy
2016-03-25 14:17:10 -04:00
parent a9e0d734d7
commit 5f0c76b243
3 changed files with 5 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ static char *features[] = {
// clang-format off
static int included_patches[] = {
1641,
1574,
1570,
1511,