commit | e518226713784e628ae7ee077f1b66cb12b9ffd9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 19 15:05:44 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 19 15:05:44 2017 +0100 |
tree | e304eb20a74501add5a6b30e5f53de6505ad2542 | |
parent | 44c2bffde74a98acdc60505e57c70cd7cc2afa1e [diff] [blame] |
patch 8.0.1317: accessing freed memory in term_wait() Problem: Accessing freed memory in term_wait(). (Dominique Pelle) Solution: Check that the buffer still exists.
diff --git a/src/version.c b/src/version.c index 99007ac..7e03c4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1317, +/**/ 1316, /**/ 1315,