]> git.saurik.com Git - redis.git/commit
added overflow check in the double -> long long conversion trick to avoid integer...
authorantirez <antirez@gmail.com>
Wed, 12 May 2010 19:51:48 +0000 (21:51 +0200)
committerantirez <antirez@gmail.com>
Wed, 12 May 2010 19:51:48 +0000 (21:51 +0200)
commit5107436cdf7c4ec25b7ea5ff4de87dfc10eeb2db
tree1aff2dea37dbc32d29fadac7000a227aa480e3b2
parent128e89dde29a15d39c5e266650c419e64d5b17ee
added overflow check in the double -> long long conversion trick to avoid integer overflows. I think this was not needed in practical terms, but it is safer
redis.c