Closed nimeshamin closed 8 years ago
I think I see what it is, though, I need to review the previous change to this file a bit more to be sure of the expected behavior for the change. The added check for status should be preceded by a pointer check though, at very least
Fixed
After latest pull after a few months, I'm getting a null deref in bool xRedisClient::command_status(const RedisDBIdx& dbi, const char* cmd, ...).
reply->str is null, which gets hit because CheckReply is returning true.
Reply structure: