commit | 67def64a4e4590a5f3b55ebfc33c42a3dcd7b559 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 24 20:58:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 24 20:58:06 2020 +0200 |
tree | 7634874c79fbda7565b67dc8c76de94c692c8902 | |
parent | e10044015841711b989f9a898d427bcc1fdb4c32 [diff] [blame] |
patch 8.2.1899: crash in out-of-memory situation Problem: Crash in out-of-memory situation. Solution: Bail out if shell_name is NULL. (Dominique Pellé, closes #7196)
diff --git a/src/version.c b/src/version.c index ba9c816..b4c6582 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1899, +/**/ 1898, /**/ 1897,