Hello community,

here is the log from the commit of package libwmf for openSUSE:Factory checked 
in at 2014-04-03 16:38:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwmf (Old)
 and      /work/SRC/openSUSE:Factory/.libwmf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwmf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwmf/libwmf.changes    2013-04-18 
15:00:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwmf.new/libwmf.changes       2014-04-03 
16:38:40.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Mar  5 15:37:30 UTC 2014 - [email protected]
+
+- Add libwmf-0.2.8.4-bnc495842.patch to fix realloc return value
+  usage (bnc#495842, bnc#831299)
+
+-------------------------------------------------------------------

New:
----
  libwmf-0.2.8.4-bnc495842.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libwmf.spec ++++++
--- /var/tmp/diff_new_pack.mOMMtG/_old  2014-04-03 16:38:40.000000000 +0200
+++ /var/tmp/diff_new_pack.mOMMtG/_new  2014-04-03 16:38:40.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libwmf
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -43,6 +43,7 @@
 Patch2:         libwmf-%{version}-config.patch
 Patch3:         libwmf-%{version}-overflow-CVE-2006-3376.patch
 Patch4:         libwmf-0.2.8.4-gd_libpng.patch
+Patch5:         libwmf-0.2.8.4-bnc495842.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -103,6 +104,7 @@
 %patch2 -p0
 %patch3 -p0
 %patch4
+%patch5
 
 %build
 %configure --prefix=/usr $RPM_ARCH-suse-linux --enable-magick 
--libdir=%{_libdir}

++++++ libwmf-0.2.8.4-bnc495842.patch ++++++
--- src/extra/gd/gd_clip.c
+++ src/extra/gd/gd_clip.c
@@ -69,6 +69,7 @@
        if (im->clip->count == im->clip->max)
        {       more = gdRealloc (im->clip->list,(im->clip->max + 8) * sizeof 
(gdClipRectangle));
                if (more == 0) return;
+               im->clip->list = more;
                im->clip->max += 8;
        }
        im->clip->list[im->clip->count] = (*rect);
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to