]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0264: memory error reported by ubsan v8.0.0264
authorBram Moolenaar <Bram@vim.org>
Sun, 29 Jan 2017 19:31:21 +0000 (20:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 29 Jan 2017 19:31:21 +0000 (20:31 +0100)
commitd297f35eb0f6cfed47dd7ecf47df62994695a454
tree1c07713a2bd8728387453ad20ca970c2d2b432f9
parent80627cf51fd4274320875193a43ce11cee58c96e
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().
src/evalfunc.c
src/version.c