Files
redis/src
Yossi Gottlieb fd0ca74763 Fix occasional RM_Call() crashes. (#9805)
With dynamically growing argc (#9528), it is necessary to initialize
argv_len. Normally createClient() handles that, but in the case of a
module shared_client, this needs to be done explicitly.

This also addresses an issue with rewriteClientCommandArgument() which
doesn't properly handle the case where the new element extends beyond
argc but not beyond argv_len.
2021-11-21 15:54:14 +02:00
..
2021-11-08 16:09:33 +02:00
2021-11-08 16:09:33 +02:00
2020-10-27 15:04:18 +02:00
2021-10-20 11:52:57 +03:00
2021-07-10 10:04:54 -05:00
2021-11-08 16:09:33 +02:00