Bug 871516
Summary: | [abrt] MathType::HandleRecords | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gaston Cocco <glcocco> | ||||||||||||||||||||
Component: | libreoffice | Assignee: | Caolan McNamara <caolanm> | ||||||||||||||||||||
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||
Version: | 17 | CC: | caolanm, dtardon, erack, ltinkl, mstahl, sbergman | ||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||
Whiteboard: | abrt_hash:5fb6c353c4da33e389dc45461d05ebd460a0b75f | ||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||
Last Closed: | 2012-11-28 12:33:18 UTC | Type: | --- | ||||||||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||
Embargoed: | |||||||||||||||||||||||
Attachments: |
|
Description
Gaston Cocco
2012-10-30 15:23:27 UTC
Created attachment 635649 [details]
File: core_backtrace
Created attachment 635650 [details]
File: environ
Created attachment 635651 [details]
File: backtrace
Created attachment 635652 [details]
File: limits
Created attachment 635653 [details]
File: cgroup
Created attachment 635654 [details]
File: maps
Created attachment 635655 [details]
File: dso_list
Created attachment 635656 [details]
File: var_log_messages
Created attachment 635657 [details]
File: open_fds
Could you attach the document here? Looking at code around starmath/source/mathtype.cxx +718 it could be that for (nRecord == END) xub_StrLen nI = rRet.Len()-1; while (nI && ((cChar = rRet.GetChar(nI)) == ' ')) --nI; the rRet string is empty, effectively leading to nI=0xffff and out of bounds access. Pushed http://cgit.freedesktop.org/libreoffice/core/commit/?id=4dd6c44628ab4e6b4debf22e58e01f9263a5a878 upstream according to erack's theory. But still would like to see crashing document to verify that. let's presume the fix is good |