Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 838375 Details for
Bug 883641
media-libs/tiff-4.4.0: regression causes corrupt TIFFs written by net-misc/hylafaxplus
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
tiff-4.4.0_rc1-fix-tiff-append-ec.patch (text/plain), 863 bytes, created by
cmwatts
on 2022-11-29 21:16:20 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
cmwatts
Created:
2022-11-29 21:16:20 UTC
Size:
863 bytes
patch
obsolete
>https://gitlab.com/libtiff/libtiff/-/merge_requests/430 > >Regression in tif_write.c causes hylafax to write corrupt TIFFs >when multi-strip (multi-block) page images are written > >Fixes: https://gitlab.com/libtiff/libtiff/-/issues/489 >--- a/libtiff/tif_write.c 2022-04-22 09:51:48.000000000 -0700 >+++ b/libtiff/tif_write.c 2022-11-29 08:17:10.692592173 -0800 >@@ -341,10 +341,13 @@ > return ((tmsize_t) -1); > } > >- tif->tif_curstrip = strip; >+ if (tif->tif_curstrip != strip) >+ { >+ tif->tif_curstrip = strip; > >- /* this informs TIFFAppendToStrip() we have changed or reset strip */ >- tif->tif_curoff = 0; >+ /* this informs TIFFAppendToStrip() we have changed or reset strip */ >+ tif->tif_curoff = 0; >+ } > > if (td->td_stripsperimage == 0) { > TIFFErrorExt(tif->tif_clientdata, module,"Zero strips per image");
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 883641
: 838375