commit | af7a9066a956db23a8bc67bc1f82466e3eff55ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 21 16:49:17 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 21 16:49:17 2020 +0200 |
tree | 67c46dc07572890383200e7605df53bb9f56b047 | |
parent | ca17453e73fe69dc25a9d703804877a60763b685 [diff] [blame] |
patch 8.2.1880: Vim9: asan complains about adding zero to NULL Problem: Vim9: Asan complains about adding zero to NULL. Solution: Check for argument count first.
diff --git a/src/version.c b/src/version.c index a49bdd3..df85161 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1880, +/**/ 1879, /**/ 1878,