| Summary: | FILESAVE: TIFFFetchDirectory: libtiff-svstream: Seek error accessing TIFF directory. | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Xisco Faulí <xiscofauli> |
| Component: | graphics stack | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 7.4.0.0 alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.4.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | Comparison before and after RT | ||
|
Description
Xisco Faulí
2022-06-01 08:58:19 UTC
Started to happen after author Caolán McNamara <caolanm@redhat.com> 2022-05-19 17:11:23 +0100 committer Caolán McNamara <caolanm@redhat.com> 2022-05-21 11:52:30 +0200 commit 22b50f1937de67e4ad9e692d6964aa5b8d33af7a (patch) tree 22bdeb790811b0eeabaa918ad681d859c7ee9ff4 parent d05b8080b25877e94d54576744b68f01ae775380 (diff) use libtiff for tiff import bisected with: bibisect-linux64-7.4 Adding Cc: to Caolán McNamara I wonder how on earth has the import affected the export in this way aha, the final tiff is meant to be the original data and the assumption is that the stream is seeked to the end of the tiff data on success. https://gerrit.libreoffice.org/c/core/+/135279 Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/1577c0dc30ed3c9db361fb989e41a3e9d6c45dfa tdf#149418 the expectation is on success the tiff stream pos is at EOF It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f6fbdb87a15f7de97e18676560eeba988fac1b67 tdf#149418: vcl_filters_test: Add unittest It will be available in 7.4.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |