Project
General
Profile
Sign in
Register
Home
Projects
Help
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
«
Previous
|
Next
»
Revision 5fa12daf
Added by
Eregon (Benoit Daloze)
over 5 years
ago
ID
5fa12dafa8cb8f7158452356611967880745bba5
Parent
5b486866
Child
11a38194
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.
Loading...
The last argument of rb_rescue2() should always be (VALUE)0
and the C code must assume all varargs are VALUE.