| Summary: | fileopen .xpm fails | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | vihsa <vihsaaa> |
| Component: | filters and storage | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, raal |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 5.4.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.0.0 target:5.4.2 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | test file | ||
|
Description
vihsa
2017-08-20 06:59:27 UTC
Created attachment 135670 [details]
test file
error when inserting image into the document: Image filter not found This seems to have begun at the below commit. Adding Cc: to Caolán McNamara; Could you possibly take a look at this one? Thanks 3f50825a88515192d835ee0e9b8ab14c758cfe8b is the first bad commit commit 3f50825a88515192d835ee0e9b8ab14c758cfe8b Author: Norbert Thiebaud <nthiebaud@gmail.com> Date: Sun Mar 12 14:21:42 2017 -0700 source 2a118816d90e8daa36a447db7cf4718830450099 author Caolán McNamara <caolanm@redhat.com> 2017-03-12 21:06:23 (GMT) committer Caolán McNamara <caolanm@redhat.com> 2017-03-12 21:07:42 (GMT) commit 2a118816d90e8daa36a447db7cf4718830450099 (patch) tree a4692bf1f0feb13db376227fd46179a735b2ceb9 parent 127b2e59995f3abcf1593138cd27af9f375d7b1b (diff) ofz#827 avoid oom in xpms Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=bcbada5d9f2411739c83610f2e9fd2acb112c3e9 Resolves: tdf#111925 we need to take the buffered data len into account It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. and 5-4 backport in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-4": http://cgit.freedesktop.org/libreoffice/core/commit/?id=beff195273334df189b3bcc656d007043917c81e&h=libreoffice-5-4 Resolves: tdf#111925 we need to take the buffered data len into account It will be available in 5.4.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |