提交 f7aef524 编写于 作者: A antirez

removed assert causing an illegal memory access. This was responsible of...

removed assert causing an illegal memory access. This was responsible of crashes during BLPOP and other list blocking operations.
上级 c86a4f91
......@@ -817,7 +817,6 @@ int handleClientsWaitingListPush(redisClient *c, robj *key, robj *ele) {
/* This should remove the first element of the "clients" list. */
unblockClientWaitingData(receiver);
redisAssert(ln != listFirst(clients));
if (dstkey == NULL) {
/* BRPOP/BLPOP */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册