]> git.saurik.com Git - redis.git/commit
Fix overflow in mstime() in redis-cli and benchmark.
authorantirez <antirez@gmail.com>
Thu, 20 Dec 2012 14:20:55 +0000 (15:20 +0100)
committerantirez <antirez@gmail.com>
Thu, 20 Dec 2012 14:21:37 +0000 (15:21 +0100)
commit4468ba231785fe9fda26f2d05181f91342d91c2d
treef4c3bc85aab34d4ab1bb798894b54cfceaca4c0c
parentd8a0fddd5104af56398a573d95da5e912255bf7e
Fix overflow in mstime() in redis-cli and benchmark.

The problem does not exist in the Redis server implementation of mstime()
but is only limited to redis-cli and redis-benchmark.

Thix fixes issue #839.
src/redis-benchmark.c
src/redis-cli.c