commit | fda20c4cc59008264676a6deb6a3095ed0c248e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 20:09:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 20:09:36 2020 +0200 |
tree | 97f092b03a498eab1d3c063bb283980ceb2d76db | |
parent | 91639195eff7b29213a0a3c279ac46e46ac76edd [diff] [blame] |
patch 8.2.1083: crash when using reduce() on a NULL list Problem: Crash when using reduce() on a NULL list. Solution: Only access the list when not NULL.
diff --git a/src/version.c b/src/version.c index 9806b91..2ffa111 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1083, +/**/ 1082, /**/ 1081,