Describe the bug

In function sendBulkToSlave, seek the right position of rdb file when send bulk data to slave, redis does not check the function lseek returned code, it is necessary to check the code?

Comment From: ShooterIT

I think it would be better to check it, maybe you can make a PR