commit | 8efdcee02ed02cf9e51e1757441715c2479757ee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 19 12:18:09 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 19 12:18:09 2022 +0000 |
tree | c0003310ca868391507b4165d0f6e1f944ac78bf | |
parent | c336ae3ce60a2f047b72344ac827568606c5aa15 [diff] [blame] |
patch 9.0.1076: ASAN complains about NULL argument Problem: ASAN complains about NULL argument. Solution: Skip memmove() when there is nothing to move.
diff --git a/src/version.c b/src/version.c index a734f55..f1a34b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1076, +/**/ 1075, /**/ 1074,