commit | 9b5384b97e832958573ffdcd3c1e230635b434e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 22:31:36 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 29 22:31:36 2020 +0200 |
tree | 84440fd6217f2bc1094893e672869651c4854da9 | |
parent | 927b7dd0fe9a0a82b39d600779edb4390ecdeda6 [diff] [blame] |
patch 8.2.1090: may use NULL pointer when skipping over name Problem: May use NULL pointer when skipping over name. Solution: Always set ll_name_end.
diff --git a/src/version.c b/src/version.c index fdf0504..e4d8694 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1090, +/**/ 1089, /**/ 1088,