commit | 4ae0057308c59a0dee2b452736366e49a5a98b3a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 22:49:23 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 22:49:23 2022 +0000 |
tree | 0f238fee754ef47f83e318660fb94513d4f1c182 | |
parent | ffdaca9e6f3d39af6857ac52ced9385df203a152 [diff] [blame] |
patch 9.0.1042: ASAN gives false alarm about array access. Problem: ASAN gives false alarm about array access. Solution: Use an intermediate pointer.
diff --git a/src/version.c b/src/version.c index 10d9313..14b6d28 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1042, +/**/ 1041, /**/ 1040,