]> git.saurik.com Git - redis.git/commit
Fixed VM corruption due to child fclosing the VM file directly or indirectly calling...
authorantirez <antirez@gmail.com>
Sun, 31 Jan 2010 15:03:44 +0000 (16:03 +0100)
committerantirez <antirez@gmail.com>
Sun, 31 Jan 2010 15:03:44 +0000 (16:03 +0100)
commit478c2c6f5bffa318d24e23519d2e4d7ea68f15fd
tree3b07897f17419f10211495752608d6bf53987848
parentd5d55fc3195f1c0749440c3b698c00f288513a8d
Fixed VM corruption due to child fclosing the VM file directly or indirectly calling exit(), now replaced with _exit() in all the sensible places. Masked a few signals from IO threads.
TODO
redis.c