Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 555340 Details for
Bug 671202
x11-libs/gtk+: Missing validation that style object is being accessed results in segfault in pango_layout_clear_lines()
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
is_style.patch
0001-style.patch (text/plain), 679 bytes, created by
Kristian Fiskerstrand (RETIRED)
on 2018-11-16 18:03:29 UTC
(
hide
)
Description:
is_style.patch
Filename:
MIME Type:
Creator:
Kristian Fiskerstrand (RETIRED)
Created:
2018-11-16 18:03:29 UTC
Size:
679 bytes
patch
obsolete
>From bd6879624701d72e633918235752392c7c1d42d4 Mon Sep 17 00:00:00 2001 >From: Kristian Fiskerstrand <k_f@gentoo.org> >Date: Fri, 16 Nov 2018 18:55:23 +0100 >Subject: [PATCH] style > >--- > gtk/gtkscale.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/gtk/gtkscale.c b/gtk/gtkscale.c >index 18bb7f8..a2ba830 100644 >--- a/gtk/gtkscale.c >+++ b/gtk/gtkscale.c >@@ -1204,6 +1204,7 @@ gtk_css_node_update_layout_attributes (GtkCssNode *node, > PangoFontDescription *desc; > > style = gtk_css_node_get_style (node); >+ g_return_val_if_fail(GTK_IS_STYLE(style), FALSE); > > attrs = gtk_css_style_get_pango_attributes (style); > desc = gtk_css_style_get_pango_font (style); >-- >2.18.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 671202
:
555212
|
555290
| 555340