Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 613620 Details for
Bug 702970
sys-apps/portage: emerge-webrsync enable xz snapshots with tarsync
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Reset diffball's XZ decompressor in cseek
dont_break_webrsync.patch (text/plain), 512 bytes, created by
Thomas Lindroth
on 2020-02-13 17:48:46 UTC
(
hide
)
Description:
Reset diffball's XZ decompressor in cseek
Filename:
MIME Type:
Creator:
Thomas Lindroth
Created:
2020-02-13 17:48:46 UTC
Size:
512 bytes
patch
obsolete
>diff --git a/libcfile/cfile.c b/libcfile/cfile.c >index b8c86e0..f57017c 100644 >--- a/libcfile/cfile.c >+++ b/libcfile/cfile.c >@@ -709,6 +709,7 @@ cseek(cfile *cfh, ssize_t offset, int offset_type) > if(lzma_stream_decoder(cfh->xzs, UINT64_MAX, LZMA_TELL_UNSUPPORTED_CHECK)!=LZMA_OK) { > return IO_ERROR; > } >+ cfh->xzs->avail_in = cfh->xzs->avail_out = 0; > cfh->raw.pos = cfh->raw.offset = cfh->raw.end = cfh->data.pos = > cfh->data.offset = cfh->data.end = 0; > if(ensure_lseek_position(cfh)) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 702970
:
613620