comparison src/version.c @ 11645:50f2a4ad1cfa v8.0.0705

patch 8.0.0705: crash when there is an error in a timer callback commit https://github.com/vim/vim/commit/cae24be4a808d60313913cc6feea6c2bee2e2a42 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 10 22:12:10 2017 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Mon, 10 Jul 2017 22:15:03 +0200
parents db3ac953b942
children aa426eb9589d
comparison
equal deleted inserted replaced
11644:da9c50ac8391 11645:50f2a4ad1cfa
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 705,
767 /**/ 769 /**/
768 704, 770 704,
769 /**/ 771 /**/
770 703, 772 703,
771 /**/ 773 /**/