Project

General

Profile

« Previous | Next » 

Revision 5fa12daf

Added by Eregon (Benoit Daloze) over 5 years ago

The last argument of rb_rescue2() should always be (VALUE)0

  • Otherwise it might segfault, since C has no idea of the type of varargs,
    and the C code must assume all varargs are VALUE.