]> git.saurik.com Git - redis.git/blobdiff - src/bitops.c
BITOP bug when called against non existing keys fixed.
[redis.git] / src / bitops.c
index d309b7afa15cc05b7b4b33df9e1a18289ddb702e..00192b92b14fc13194ded59143b1f2a9582e8871 100644 (file)
@@ -197,6 +197,7 @@ void bitopCommand(redisClient *c) {
             objects[j] = NULL;
             src[j] = NULL;
             len[j] = 0;
             objects[j] = NULL;
             src[j] = NULL;
             len[j] = 0;
+            minlen = 0;
             continue;
         }
         /* Return an error if one of the keys is not a string. */
             continue;
         }
         /* Return an error if one of the keys is not a string. */