commit | c507a2d164cfa3dcf31a7ba9dad6663a17243bb4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 29 21:32:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 29 21:32:55 2019 +0200 |
tree | bcae5ea688703043ec12cc7a6c2e36eec1f627ae | |
parent | 4fb15c647658b15230c61857c644230a03881904 [diff] [blame] |
patch 8.1.1938: may crash when out of memory Problem: May crash when out of memory. Solution: Initialize v_type to VAR_UNKNOWN. (Dominique Pelle, closes #4871)
diff --git a/src/version.c b/src/version.c index c6bf6c5..96e0b40 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1938, +/**/ 1937, /**/ 1936,