• antirez's avatar
    Modules: fix thread safe context creation crash. · 62588dbf
    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.
    62588dbf
module.c 214 KB