commit | 0d90e728fe089ff1bb34d6a17f5591a96b57f734 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 03 18:20:19 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 03 18:20:19 2020 +0100 |
tree | c4e8d1b172ee4660250ab06fa1d9781553e7f1c7 | |
parent | 6fd3a4ba2320c4a95f02daef5f2ac76d3105d013 [diff] [blame] |
patch 8.2.1945: crash when passing NULL function to reduce() Problem: Crash when passing NULL function to reduce(). Solution: Check for NULL pointer and give an error. (Dominique Pellé, closes #7243)
diff --git a/src/version.c b/src/version.c index 714d038..8052de8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1945, +/**/ 1944, /**/ 1943,