]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0134 v8.0.0134
authorBram Moolenaar <Bram@vim.org>
Wed, 14 Dec 2016 20:42:00 +0000 (21:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 14 Dec 2016 20:42:00 +0000 (21:42 +0100)
commitc4bfedabe057c05f09a455a5851089e177fa9c00
treefbb9f1dee8c9bb17c860854fdf922ab454c8b027
parentfe38b494fff56cd9b2fcaeef26a8fd7b6557d69c
patch 8.0.0134
Problem:    Null pointer access reported by UBsan.
Solution:   Check curwin->w_buffer is not NULL. (Yegappan Lakshmanan)
src/ex_cmds.c
src/version.c