rpms/openoffice.org/devel openoffice.org-3.3.0.ooo108246.svx.check-for-possible-out-of-bounds-index.patch, NONE, 1.1 openoffice.org.spec, 1.2120, 1.2121

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


Author: dtardon

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13479

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/devel/openoffice.org.spec,v
retrieving revision 1.2120
retrieving revision 1.2121
diff -u -p -r1.2120 -r1.2121
--- openoffice.org.spec	11 Jan 2010 08:53:12 -0000	1.2120
+++ openoffice.org.spec	12 Jan 2010 09:23:09 -0000	1.2121
@@ -1,6 +1,6 @@
 %define oootag OOO320
 %define ooomilestone 9
-%define rh_rpm_release 2
+%define rh_rpm_release 3
 
 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF
 %define __jar_repack %{nil}
@@ -126,6 +126,7 @@ Patch50: openoffice.org-3.2.0.ooo106502.
 Patch51: openoffice.org-3.2.0.ooo47279.sd.objectsave.safe.patch
 Patch52: openoffice.org-3.2.0.ooo107834.sw.pseudoattribs.patch
 Patch53: openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch
+Patch54: openoffice.org-3.3.0.ooo108246.svx.check-for-possible-out-of-bounds-index.patch
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %define instdir %{_libdir}
@@ -1679,6 +1680,7 @@ cp -p %{SOURCE5} external/unowinreg/unow
 %patch51 -p0 -b .ooo47279.sd.objectsave.safe.patch
 %patch52 -p0 -b .ooo107834.sw.pseudoattribs.patch
 %patch53 -p1 -b .ooo108047.writerfilter.safer-field-context-handling.patch
+%patch54 -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`
@@ -4161,6 +4163,10 @@ fi
 %endif
 
 %changelog
+* Tue Jan 12 2010 Caolán McNamara <caolanm at redhat.com> - 1:3.2.0-9.3
+- Resolves: rhbz#553929 [abrt] crash in ColorConfigCtrl_Impl::ScrollHdl
+  (dtardon)
+
 * Mon Jan 11 2010 Caolán McNamara <caolanm at redhat.com> - 1:3.2.0-9.2
 - Resolves: rhbz#554259 No autocorrect files for Lithuanian (dtardon)
 - drop integrated workspace.impress184.patch (caolanm)



More information about the scm-commits mailing list