• Marius Wachtler's avatar
    Fix crash inside BoxedGenerator::gcHandler · cc5f4cd7
    Marius Wachtler authored
    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.
    cc5f4cd7
generator.cpp 17.5 KB