commit | a5c48c2698291e59244a705af1b7dbc60e03b09c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 09 19:56:07 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 09 19:56:07 2018 +0200 |
tree | 18bef29f55b02060cba89160eaeae9793f1bd5b8 | |
parent | 02c972153d0f36fd1ae4e7069869f51dc11c6c7d [diff] [blame] |
patch 8.1.0358: crash when using term_dumpwrite() after the job finished Problem: Crash when using term_dumpwrite() after the job finished. Solution: Check for a finished job and give an error message.
diff --git a/src/version.c b/src/version.c index a594aa2..67bfbd1 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 358, +/**/ 357, /**/ 356,