commit | 48824e952f7db8ca657fe20e66456fc19fca6815 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 16:05:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 04 16:05:48 2022 +0000 |
tree | 01458309307e280ec101525c72ef04089d7af8a3 | |
parent | 10d6f18b2f9090d19dd884827c4be59a20b446bf [diff] [blame] |
patch 8.2.3998: asan error for adding zero to NULL Problem: Asan error for adding zero to NULL. Solution: Do not compute pointer if there are no entries.
diff --git a/src/version.c b/src/version.c index 170c0c2..4f40aab 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3998, +/**/ 3997, /**/ 3996,