commit | d297f35eb0f6cfed47dd7ecf47df62994695a454 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 20:31:21 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 29 20:31:21 2017 +0100 |
tree | 1c07713a2bd8728387453ad20ca970c2d2b432f9 | |
parent | 80627cf51fd4274320875193a43ce11cee58c96e [diff] [blame] |
patch 8.0.0264: memory error reported by ubsan Problem: Memory error reported by ubsan, probably for using the string returned by execute(). Solution: NUL terminate the result of execute().
diff --git a/src/version.c b/src/version.c index 67fe69b..5431022 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 264, +/**/ 263, /**/ 262,