Project

General

Profile

« Previous | Next » 

Revision b6f87d52

Added by nagachika (Tomoyuki Chikanaga) over 3 years ago

merge revision(s) 84202963c52e02cecad3e6b2fad478bfbeee1bc7: [Backport #18329]

    [Bug #18329] Fix crash when calling non-existent super method

    The cme is NULL when a method does not exist, so check it before
    accessing the callcache.
    ---
     test/ruby/test_super.rb | 31 +++++++++++++++++++++++++++++++
     vm_insnhelper.c         |  3 ++-
     2 files changed, 33 insertions(+), 1 deletion(-)