]> git.saurik.com Git - redis.git/commit
fixed an alignment problem with time_t is 32 bit, long is 64 bit, and arch is sparc...
authorantirez <antirez@gmail.com>
Thu, 7 Oct 2010 14:21:35 +0000 (16:21 +0200)
committerantirez <antirez@gmail.com>
Thu, 7 Oct 2010 14:21:35 +0000 (16:21 +0200)
commit144a5e72f2adc9d151438569f680533e41778504
tree2ba9b235915ebfad9dcfe9701aa88a6110b821a5
parentfdc0bde9359d12dd53b686a6db9c66cf0001670f
fixed an alignment problem with time_t is 32 bit, long is 64 bit, and arch is sparc or any other where unaligned accesses will result to sigbus
src/db.c