]> git.saurik.com Git - redis.git/commit
Fixed a never experienced, theoretical bug that can actually happen in practice....
authorantirez <antirez@gmail.com>
Thu, 14 Jan 2010 22:18:27 +0000 (17:18 -0500)
committerantirez <antirez@gmail.com>
Thu, 14 Jan 2010 22:18:27 +0000 (17:18 -0500)
commit2e111efe5a8d5092a4a6d391096ff6712cf6f162
tree460c898d8c4f1b9e3a1d33c3135007cd5c5d8d4d
parentbcaa7a4ffab113115740ec47a6d1a923a7779bdf
Fixed a never experienced, theoretical bug that can actually happen in practice. Basically when a thread is working on a I/O Job we need to wait it to finish before to cancel the Job in vmCancelThreadedIOJob(), otherwise the thread may mess with an object that is being manipulated by the main thread as well.
TODO
redis.c