Project

General

Profile

Bug #14030

Updated by Jason Dillaman over 8 years ago

It is using lseek instead of lseek64 -- resulting in an overflow. 

 <pre> 
 lseek(4, 4096, SEEK_CUR)                  = 2147504762 
 write(2, "rbd: failed to skip first diff d"..., 35rbd: failed to skip first diff data) = 35 
 </pre>

Back