1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2017-07-10 22:12:10 +02:00
parent 163095f088
commit cae24be4a8
3 changed files with 11 additions and 3 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
705,
/**/
704,
/**/