| Summary: | Inserting graphics with type TIFF *.tif | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Hans <Hans.Reiner> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | caolan.mcnamara, himajin100000, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 5.1.0.3 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.4.0 target:6.2.6 target:6.3.0.2 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 126152 | ||
| Attachments: | test case: image *.tif | ||
|
Description
Hans
2019-06-28 11:06:18 UTC
Created attachment 152454 [details]
test case: image *.tif
Confirmed on windows 7 x64 with Version: 6.2.5.2 (x64) Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159 CPU threads: 3; OS: Windows 6.1; UI render: default; VCL: win Unconfirmed with LibreOffice 3.3.4 OOO330m19 (Build:401) tag libreoffice-3.3.4.1 Confirmed on mint 19.1 x64 with Version: 6.4.0.0.alpha0+ Build ID: f75c2b04785aa05cff3bcd52689feb7400a14e8e CPU threads: 2; OS: Linux 4.15; UI render: default; VCL: gtk3; TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2019-06-15_11:49:26 Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded Bibisected to the following commit using repo bibisect-win32-5.1. Adding Cc: to Caolán McNamara. However, I'd say there's something wrong with the file, the size is 1700x2800, which corresponds to the byte size, however there's a header, which results in a 192-byte offset, and those 192 bytes are missing at the end. Windows shows a preview of the file, but XnView fails to open it. https://cgit.freedesktop.org/libreoffice/core/commit/?id=97a0e7558b24792827d77217fb2d8b1106056963 author Caolán McNamara <caolanm@redhat.com> 2015-07-20 12:28:03 +0100 committer Caolán McNamara <caolanm@redhat.com> 2015-07-20 12:30:28 +0100 bail if offsets are past eof yeah, it appears as truncated to us since that tightening up Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/c21847117a587f1eac99653d05e6ed9278d43f79%5E%21 Resolves: tdf#126147 relax sanity check and allow truncated tiffs It will be available in 6.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. backport to 6-3 and 6-2 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/38bf835b48efa2e32d917538cabc4fa2e1dec56d%5E%21 Resolves: tdf#126147 relax sanity check and allow truncated tiffs It will be available in 6.2.6. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/+/d743130a98a168ba17dcb082cd3fb6efc335a86a%5E%21 Resolves: tdf#126147 relax sanity check and allow truncated tiffs It will be available in 6.3.0.2. 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. |