commit | fbd302ff38624abdec64980f4a19379d20a6e6c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 08 18:23:46 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 08 18:23:46 2015 +0200 |
tree | f034dcc6fde785a494f884184f816e80357fe576 | |
parent | 204b93f95831454e6924acf30b16fd4bdfda0d14 [diff] [blame] |
patch 7.4.812 Problem: Gcc sanitizer complains about using a NULL pointer to memmove(). Solution: Only call memmove when there is something to move. (Vittorio Zecca)
diff --git a/src/version.c b/src/version.c index 6546f6a..7298a79 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 812, +/**/ 811, /**/ 810,