rpms/openoffice.org/F-12 openoffice.org-3.3.0.ooo108246.svx.check-for-possible-out-of-bounds-index.patch, NONE, 1.1 openoffice.org.spec, 1.2051, 1.2052

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


Author: dtardon

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

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-12/openoffice.org.spec,v
retrieving revision 1.2051
retrieving revision 1.2052
diff -u -p -r1.2051 -r1.2052
--- openoffice.org.spec	11 Jan 2010 08:06:21 -0000	1.2051
+++ openoffice.org.spec	12 Jan 2010 09:13:56 -0000	1.2052
@@ -187,6 +187,7 @@ Patch109: openoffice.org-3.2.0.ooo107834
 Patch110: workspace.extmgr01.patch
 Patch111: openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch
 Patch112: workspace.impress182.patch
+Patch113: 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}
@@ -1768,6 +1769,7 @@ cat %{PATCH11} >> svtools/source/dialogs
 %patch110 -p1 -b .workspace.extmgr01.patch
 %patch111 -p1 -b .ooo108047.writerfilter.safer-field-context-handling.patch
 %patch112 -p1 -b .workspace.impress182.patch
+%patch113 -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`
@@ -4314,6 +4316,8 @@ fi
 - Resolves: rhbz#550316 Openoffice.org Impress loses graphics when
   background color is changed (dtardon)
 - Resolves: rhbz#554259 No autocorrect files for Lithuanian (dtardon)
+- Resolves: rhbz#553929 [abrt] crash in ColorConfigCtrl_Impl::ScrollHdl
+  (dtardon)
 
 * Tue Dec 22 2009 Caolán McNamara <caolanm at redhat.com> - 1:3.1.1-19.24
 - Resolves: rhbz#545824 bustage in writer with emboldened fonts



More information about the scm-commits mailing list