Skip to content
  • John Hawthorn's avatar
    697a096c
    Remove EC argument from clean_hooks_check · 697a096c
    John Hawthorn authored
    This argument doesn't seem used anymore. Since we want to free these
    objects during VM destruction when RUBY_FREE_AT_EXIT is set they must
    work without an EC.
    
    This avoids a use-after-free running `RUBY_FREE_AT_EXIT=1 ./miniruby -e ''`
    697a096c
    Remove EC argument from clean_hooks_check
    John Hawthorn authored
    This argument doesn't seem used anymore. Since we want to free these
    objects during VM destruction when RUBY_FREE_AT_EXIT is set they must
    work without an EC.
    
    This avoids a use-after-free running `RUBY_FREE_AT_EXIT=1 ./miniruby -e ''`
Loading