]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0705: crash when there is an error in a timer callback v8.0.0705
authorBram Moolenaar <Bram@vim.org>
Mon, 10 Jul 2017 20:12:10 +0000 (22:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 10 Jul 2017 20:12:10 +0000 (22:12 +0200)
commitcae24be4a808d60313913cc6feea6c2bee2e2a42
tree5759bd8d564c2160ac7ab204cc3da7cc9ed32ba9
parent163095f088a7c29710a16c75bb56229dd3b4116a
patch 8.0.0705: crash when there is an error in a timer callback

Problem:    Crash when there is an error in a timer callback. (Aron Griffis,
            Ozaki Kiichi)
Solution:   Check did_throw before discarding an exception.  NULLify
            current_exception when no longer valid.
src/ex_cmds2.c
src/ex_eval.c
src/version.c