]> git.saurik.com Git - redis.git/commit
Fixed issue #503. MONITOR + QUIT could crash the server, there are actually other...
authorantirez <antirez@gmail.com>
Thu, 31 Mar 2011 14:44:43 +0000 (16:44 +0200)
committerantirez <antirez@gmail.com>
Thu, 31 Mar 2011 14:44:43 +0000 (16:44 +0200)
commit25ef31920adad5c52a1f5dbe7fd307d4abec5862
tree725e766e6ca5bd15e0161e8c9d71918cdf5fdd3d
parent6c390c0b2303247c16f42160fec3fd609cb99cb7
Fixed issue #503. MONITOR + QUIT could crash the server, there are actually other interactions that could have the same effect (for instance Pub/Sub).
src/networking.c