[Libreoffice-bugs] [Bug 116999] Libreoffice command line interface is not opening cgm files

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Apr 14 09:05:19 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=116999

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |caolanm at redhat.com,
                   |                            |serval2412 at yahoo.fr
     Ever confirmed|0                           |1

--- Comment #1 from Julien Nabet <serval2412 at yahoo.fr> ---
Caolán: after some gdb session, I saw that the pb was due to 
    187                 if (static_cast<sal_uIntPtr>(mpEndValidSource -
(mpSource + mnParaSize)) <= nSize)
    188                     throw css::uno::Exception("attempt to read past end
of input", nullptr);
from filter/source/graphicfilter/icgm/class4.cxx

If revert partially 34a7a7ff426dac55d62fc357cebbc0b22cd65c06 by replacing "<="
by "<" it works, pdf is created.

Any thoughts?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180414/24d863ff/attachment.html>


More information about the Libreoffice-bugs mailing list