Closed
Description
https://github.com/redis/hiredis/blob/master/async.c#L620
If I call redisAsyncDisconnect() in the onConnect callback, the redisContext pointer "c" will point to a freed memory, this might make a crash.
may be, a REDIS_IN_CALLBACK like flag which protecting the context object will help?
Metadata
Metadata
Assignees
Labels
No labels