On Wednesday 10 May 2017 08:58 AM, Xunlei Pang wrote: >> + (*pt_loads)[i].file_size -= (temp_seg.file_size >> + + end - start); > Hi Pratyush, > > Don't we need to move the "(*pt_loads)[i].file_size" minus "(end - start)" down > to the tail of "if (kvstart < vend && kvend > vstart)" condition for all cases? Yes..sent v3. Thanks for review. ~Pratyush