This is a discussion on Re: Nulls instead of data within the Rsync forums, part of the Networking and Network Related category; On Tue, Sep 20, 2005 at 03:56:24PM +0200, Wojtek.Pilorz wrote: > When reading at offset 262144, we ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, Sep 20, 2005 at 03:56:24PM +0200, Wojtek.Pilorz wrote:
> When reading at offset 262144, we got 45056=0xb000 bytes instead of > 262144 requested; After that there are nulls in resulting file up to > 0x80000; Yes, the file-reading in map_ptr() was assuming that any reduction in the amount of data requested was an error instead of trying to read more data to finish filling the buffer. The attached patch should hopefully fix this for you. ...wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html |