]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1404: invalid memory access on exit v8.0.1404
authorBram Moolenaar <Bram@vim.org>
Mon, 18 Dec 2017 15:21:44 +0000 (16:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 18 Dec 2017 15:21:44 +0000 (16:21 +0100)
commit606d45ccd8a2ad2956e2729f6135fd79fd2f6d72
tree586d018b4ed4ef70d146ce254996591f74b992cf
parent4fb921e388b9a042573ab06cce36e92874954197
patch 8.0.1404: invalid memory access on exit

Problem:    Invalid memory access on exit when autocommands wipe out a buffer.
            (gy741, Dominique Pelle)
Solution:   Check if the buffer is still valid. (closes #2449)
src/main.c
src/version.c