fixed crash when calling CreateStringFromCallReply on array elements
This commit is contained in:
parent
6b2ed56359
commit
5c4877782a
@ -1896,6 +1896,7 @@ void moduleParseCallReply_Array(RedisModuleCallReply *reply) {
|
||||
ele->flags = REDISMODULE_REPLYFLAG_NESTED |
|
||||
REDISMODULE_REPLYFLAG_TOPARSE;
|
||||
ele->proto = p;
|
||||
ele->ctx = reply->ctx;
|
||||
moduleParseCallReply(ele);
|
||||
p += ele->protolen;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user