1
0
forked from aniani/vim

patch 8.0.1448: segfault with exception inside :rubyfile command

Problem:    Segmentation fault when Ruby throws an exception inside :rubyfile
            command.
Solution:   Use rb_protect() instead of rb_load_protect(). (ujihisa,
            closes #2147, greywolf, closes #2512, #2511)
This commit is contained in:
Bram Moolenaar
2018-01-31 20:15:30 +01:00
parent cada78975e
commit 37badc898b
3 changed files with 21 additions and 4 deletions

View File

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