gtk/testsuite/css
Alexandr Miloslavskiy fd1630e049 Fix crash in parse_border()
The bug was introduced in commit:
	9b7640b8 by Benjamin Otte, 2012-03-26 17:24:02
	styleproperty: Make _gtk_style_property_parse_value() return a CssValue

In that commit, `values` changed from `GValue*` to `GtkCssValue**`,
but one `!G_IS_VALUE (&values[8])` was left untouched. As a result,
if `border` shorthand contains anything after color, it might crash,
depending on memory layout.

New test included.

Fixes: #751
2019-11-23 18:15:19 +01:00
..
nodes expander: Rename CSS nodes 2019-10-15 07:17:07 +02:00
parser Fix crash in parse_border() 2019-11-23 18:15:19 +01:00
style testsuite: Update references for style test 2019-04-12 19:34:29 +02:00
api.c cssprovider: Return void, not TRUE 2016-10-17 17:41:03 +02:00
api.test.in Test suite cosmetics 2017-10-18 17:30:20 +02:00
data.c css: Add gtk_css_data_url_parse() 2019-05-12 17:27:01 +02:00
meson.build css: Add gtk_css_data_url_parse() 2019-05-12 17:27:01 +02:00