Fix crash inside BoxedGenerator::gcHandler
This could happend when we trigger a collection inside the BoxedGenerator constructor when allocating space for the args array. In this case it would not be set but we would dereference the memory.
Showing
Please register or sign in to comment