]> git.saurik.com Git - redis.git/commit
removed assert causing an illegal memory access. This was responsible of crashes...
authorantirez <antirez@gmail.com>
Wed, 11 May 2011 07:49:23 +0000 (09:49 +0200)
committerantirez <antirez@gmail.com>
Wed, 11 May 2011 07:50:57 +0000 (09:50 +0200)
commitdefb5f66a090c614aa70aee9e1923ec571e0e911
tree19dba09eaf260c06238da625b565bfb39fb12d29
parent6b52ad87c05ca2162a2d21f1f5b5329bf52a7678
removed assert causing an illegal memory access. This was responsible of crashes during BLPOP and other list blocking operations.
src/t_list.c