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 296570 Details for
Bug 435676
CVE-2008-0320 openoffice.org: OLE files parsing heap overflows
[?]
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]
Upstream patch
ooo-CVE-2008-0320.patch (text/plain), 661 bytes, created by
Tomas Hoger
on 2008-03-03 10:17:40 UTC
(
hide
)
Description:
Upstream patch
Filename:
MIME Type:
Creator:
Tomas Hoger
Created:
2008-03-03 10:17:40 UTC
Size:
661 bytes
patch
obsolete
>Index: util/sot/source/sdstor/stgelem.cxx >diff -u util/sot/source/sdstor/stgelem.cxx:1.9 util/sot/source/sdstor/stgelem.cxx:1.9.52.1 >--- openoffice.org.orig/sot/source/sdstor/stgelem.cxx Sun Sep 17 09:09:48 2006 >+++ openoffice.org/sot/source/sdstor/stgelem.cxx Wed Jan 9 02:38:20 2008 >@@ -388,8 +388,11 @@ > UINT16 n = nNameLen; > if( n ) > n = ( n >> 1 ) - 1; >- if( n > 31 ) >+ if( n > 31 || nSize < 0 ) >+ { >+ // TODO/LATER: actually the size should be an unsigned value, but in this case it would mean a stream of more than 2Gb > return FALSE; >+ } > > aName = String( nName, n ); > // I don't know the locale, so en_US is hopefully fine >
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 435676
: 296570