Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 573005 Details for
Bug 802173
[abrt] openoffice.org-calc-1:3.3.0-20.8.fc14: Process /usr/lib/openoffice.org3/program/scalc.bin was killed by signal 11 (SIGSEGV)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
a patch
rhbz802173.patch (text/plain), 697 bytes, created by
Caolan McNamara
on 2012-03-27 09:44:24 UTC
(
hide
)
Description:
a patch
Filename:
MIME Type:
Creator:
Caolan McNamara
Created:
2012-03-27 09:44:24 UTC
Size:
697 bytes
patch
obsolete
>diff --git a/sc/source/filter/xml/XMLStylesExportHelper.cxx b/sc/source/filter/xml/XMLStylesExportHelper.cxx >index a04c75b..48d9502 100644 >--- a/sc/source/filter/xml/XMLStylesExportHelper.cxx >+++ b/sc/source/filter/xml/XMLStylesExportHelper.cxx >@@ -1290,6 +1290,9 @@ void ScRowStyles::AddNewTable(const sal_Int32 nTable, const sal_Int32 nFields) > sal_Int32 ScRowStyles::GetStyleNameIndex(const sal_Int32 nTable, const sal_Int32 nField) > { > OSL_ENSURE(static_cast<size_t>(nTable) < aTables.size(), "wrong table"); >+ if (!(static_cast<size_t>(nTable) < aTables.size())) >+ return -1; >+ > if (maCache.hasCache(nTable, nField)) > // Cache hit ! > return maCache.mnStyle;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 802173
:
569217
| 573005