gtk2/testsuite
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
..
a11y testsuite/a11y/about: Fix exp. output per 31066a69 2019-06-14 18:05:06 +01:00
css Fix crash in parse_border() 2019-11-23 18:15:19 +01:00
gdk testsuite: Stop using g_test_bug() 2019-05-12 17:28:18 +02:00
gsk testsuite: Add a testcase for repeat nodes that don't repeat 2019-11-19 10:45:35 +01:00
gtk builder: Connect signals automatically 2019-11-22 17:42:31 +01:00
reftests builder: Connect signals automatically 2019-11-22 17:42:31 +01:00
tools Fix a crash in gtk-builder-tool 2019-08-26 15:34:15 +02:00
meson.build Check for diff's availability 2019-11-01 15:20:47 +00:00