0
0
mirror of https://github.com/vim/vim.git synced 2025-10-04 05:25:06 -04:00

patch 8.1.1894: not checking for out-of-memory of autoload_name()

Problem:    Not checking for out-of-memory of autoload_name().
Solution:   Check for NULL. (Dominique Pelle, closes #4846)
This commit is contained in:
Bram Moolenaar
2019-08-20 21:58:00 +02:00
parent f1e0544d41
commit 1058c9d9b5
2 changed files with 5 additions and 1 deletions

View File

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