rpms/openoffice.org/F-11 openoffice.org-3.3.0.ooo108246.svx.check-for-possible-out-of-bounds-index.patch, NONE, 1.1 openoffice.org.spec, 1.1951, 1.1952

David Tardon dtardon at fedoraproject.org
Tue Jan 12 09:26:12 UTC 2010


Author: dtardon

Update of /cvs/pkgs/rpms/openoffice.org/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14443

Modified Files:
	openoffice.org.spec 
Added Files:
	openoffice.org-3.3.0.ooo108246.svx.check-for-possible-out-of-bounds-index.patch 
Log Message:
Resolves: rhbz#553929 [abrt] crash in ColorConfigCtrl_Impl::ScrollHdl

openoffice.org-3.3.0.ooo108246.svx.check-for-possible-out-of-bounds-index.patch:
 optcolor.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE openoffice.org-3.3.0.ooo108246.svx.check-for-possible-out-of-bounds-index.patch ---
diff -r 98949310761a svx/source/dialog/optcolor.cxx
--- a/svx/source/dialog/optcolor.cxx	Tue Jan 05 17:31:28 2010 +0100
+++ b/svx/source/dialog/optcolor.cxx	Tue Jan 12 09:51:39 2010 +0100
@@ -1223,7 +1223,7 @@
     //show the one prior to the first visible and the first after the last visble control
     //to enable KEY_TAB travelling
 
-    if(nFirstVisible)
+    if(nFirstVisible > 0)
     {
         //skip gaps where no controls exist for the related ColorConfigEntry
         do


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/F-11/openoffice.org.spec,v
retrieving revision 1.1951
retrieving revision 1.1952
diff -u -p -r1.1951 -r1.1952
--- openoffice.org.spec	4 Jan 2010 17:37:05 -0000	1.1951
+++ openoffice.org.spec	12 Jan 2010 09:26:12 -0000	1.1952
@@ -168,6 +168,7 @@ Patch92: workspace.fwk132.patch
 Patch93: workspace.extmgr01.patch
 Patch94: openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch
 Patch95: workspace.impress182.patch
+Patch96: openoffice.org-3.3.0.ooo108246.svx.check-for-possible-out-of-bounds-index.patch
 
 %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")
 %define instdir %{_libdir}
@@ -1694,6 +1695,7 @@ cat %{PATCH11} >> svtools/source/dialogs
 %patch93 -p1 -b .workspace.extmgr01.patch
 %patch94 -p1 -b .ooo108047.writerfilter.safer-field-context-handling.patch
 %patch95 -p1 -b .workspace.impress182.patch
+%patch96 -p1 -b .ooo108246.svx.check-for-possible-out-of-bounds-index.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -4203,6 +4205,8 @@ fi
   with link in footnote (dtardon)
 - Resolves: rhbz#550316 Openoffice.org Impress loses graphics when
   background color is changed (dtardon)
+- Resolves: rhbz#553929 [abrt] crash in ColorConfigCtrl_Impl::ScrollHdl
+  (dtardon)
 
 * Tue Dec 15 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-19.11
 - Resolves: rhbz#529648 add workspace.fwk132.patch



More information about the scm-commits mailing list