gtk2/testsuite/css
Alexandr Miloslavskiy 1efb72210d 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:06:31 +01:00
..
nodes meson: port installed tests and reftests 2019-11-15 12:52:03 +01:00
parser Fix crash in parse_border() 2019-11-23 18:06:31 +01:00
style meson: port installed tests and reftests 2019-11-15 12:52:03 +01:00
api.c build: Move tests/css to testsuite/css 2013-05-15 15:37:17 +02:00
api.test.in testsuite: put installed tests in the right place 2014-05-31 00:16:07 -04:00
Makefile.am autotools: dist all meson related build files 2019-04-11 16:45:36 +02:00
meson.build meson: port installed tests and reftests 2019-11-15 12:52:03 +01:00