• antirez's avatar
    Modules: fix thread safe context creation crash. · fdaea2a7
    antirez authored
    See #6525, this likely creates a NULL deference if the client was
    terminated by Redis between the creation of the blocked client and the
    creation of the thread safe context.
    fdaea2a7
module.c 264 KB