[pango/f19] Backport a patch to fix a crash in pango_ot_info_get() (#1053798)

Akira TAGOH tagoh at fedoraproject.org
Thu Feb 13 03:17:24 UTC 2014


commit 56fa6341920b97029165e83d513bcdbc7648426a
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Thu Feb 13 12:17:57 2014 +0900

    Backport a patch to fix a crash in pango_ot_info_get() (#1053798)

 pango.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/pango.spec b/pango.spec
index 877fc6b..0dc9f9f 100644
--- a/pango.spec
+++ b/pango.spec
@@ -36,6 +36,7 @@ BuildRequires: cairo-gobject-devel
 BuildRequires: gnome-common intltool gtk-doc
 
 Patch0: %{name}-fix-sigfpe.patch
+Patch1: %{name}-fix-crash-in-pango_ot_info_get.patch
 
 %description
 Pango is a library for laying out and rendering of text, with an emphasis
@@ -64,6 +65,8 @@ for the pango package.
 
 %prep
 %setup -q -n pango-%{version}
+%patch0 -p1 -b .0-sigfpe
+%patch1 -p1 -b .1-pango_ot_info_get
 
 %build
 
@@ -138,6 +141,9 @@ fi
 
 
 %changelog
+* Thu Feb 13 2014 Akira TAGOH <tagoh at redhat.com>
+- Backport a patch to fix a crash in pango_ot_info_get() (#1053798)
+
 * Thu Jan 23 2014 Akira TAGOH <tagoh at redhat.com> - 1.34.1-2
 - Backport a patch to fix SIGFPE in pango_layout_iter_get_char_extents() (#1036351)
 


More information about the fonts-bugs mailing list