[Libreoffice-bugs] [Bug 42771] New: Crash over invalid ODF

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 9 16:38:10 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=42771

             Bug #: 42771
           Summary: Crash over invalid ODF
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.4.4 release
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
        AssignedTo: libreoffice-bugs at lists.freedesktop.org
        ReportedBy: dag at wieers.com


The below invalid ODF crashes Writer. There is a missing </text:note-citation>
in the example. If you add that, it works fine.

------
<?xml version="1.0" encoding="UTF-8"?>

<office:document
 xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0"
 xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
 office:version="1.2"
 office:mimetype="application/vnd.oasis.opendocument.text">
<office:body>
<office:text>
<text:p>This is a simple footnote<text:note
text:note-class="footnote"><text:note-citation><text:label>1</text:label><text:note-body><text:p
text:style-name="footnote">A footnote is a note in the
footer</text:p></text:note-body></text:note> test.</text:p>
</office:text>
</office:body>
</office:document>
------

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Libreoffice-bugs mailing list