Bug 72733 - CRASH when FILEOPEN simple xml with equals sign
Summary: CRASH when FILEOPEN simple xml with equals sign
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
4.2.0.0.alpha0+ Master
Hardware: x86-64 (AMD64) All
: medium normal
Assignee: David Tardon
URL:
Whiteboard: target:4.2.1
Keywords: haveBacktrace
Depends on:
Blocks:
 
Reported: 2013-12-15 17:44 UTC by thierry.deillon
Modified: 2014-02-10 12:16 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
sample xml file (74 bytes, application/xml)
2013-12-15 17:44 UTC, thierry.deillon
Details
Bug 72733 - WinDbg session (45.61 KB, text/plain)
2013-12-21 13:01 UTC, bfoman (inactive)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thierry.deillon 2013-12-15 17:44:44 UTC
Created attachment 90804 [details]
sample xml file

Calc crashes when importing an = sign inside data (after the opening tag):

<?xml version="1.0" encoding="UTF-8"?>
<root>
	<tag>  =data</tag>
</root>

The = can be preceded by 0 or more space characters.

The issue was reproduced on Linux(64 bits) and Windows XP.
Comment 1 bfoman (inactive) 2013-12-21 13:01:41 UTC
Created attachment 91084 [details]
Bug 72733 - WinDbg session

Confirmed with:
Version: 4.2.0.1
Build ID: 7bf567613a536ded11709b952950c9e8f7181a4a
Windows 8.1 Enterprise Preview 64 bit

Attached full WinDbg session.
Comment 2 bfoman (inactive) 2013-12-21 13:02:27 UTC
NEW as bug confirmed and bt attached.
Comment 3 Kohei Yoshida 2014-02-10 04:50:11 UTC
It crashes in the ebook filter detection code.  I'll add David on CC.
Comment 4 David Tardon 2014-02-10 07:52:54 UTC
The version field is wrong. Or, if it crashes in 4.1.3.2 too (it does not for me), it is for a different reason.
Comment 5 Commit Notification 2014-02-10 12:16:30 UTC
Caolan McNamara committed a patch related to this issue.
It has been pushed to "libreoffice-4-2":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=f46fbca76017154f7feb7a4341f3030b2f126693&h=libreoffice-4-2

fdo#72733 Fix crash on abi2010-1.doc example


It will be available in LibreOffice 4.2.1.

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.