]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1448: segfault with exception inside :rubyfile command v8.0.1448
authorBram Moolenaar <Bram@vim.org>
Wed, 31 Jan 2018 19:15:30 +0000 (20:15 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 31 Jan 2018 19:15:30 +0000 (20:15 +0100)
commit37badc898b8d167e11553b6d05908ffd35928a6e
tree20206aeb029b4b498c92f1976b618445080da3fb
parentcada78975eebc47f9b12de1a471639b5afd9ad2f
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)
src/if_ruby.c
src/testdir/test_ruby.vim
src/version.c