moduleRDBLoadError(): io->ctx may be NULL.
The correct way to access the module about a given IO context is to deference io->type->module, since io->ctx is only populated if the user requests an explicit context from an IO object.
Please register or sign in to comment