commit | 606d45ccd8a2ad2956e2729f6135fd79fd2f6d72 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 18 16:21:44 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 18 16:21:44 2017 +0100 |
tree | 586d018b4ed4ef70d146ce254996591f74b992cf | |
parent | 4fb921e388b9a042573ab06cce36e92874954197 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 1ce42a9..283a92c 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1404, +/**/ 1403, /**/ 1402,