]> git.sur5r.net Git - i3/i3/commit
Fix segfault when calling "i3 -C". 2145/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Sun, 3 Jan 2016 00:11:55 +0000 (19:11 -0500)
committerIngo Bürk <ingo.buerk@tngtech.com>
Wed, 6 Jan 2016 03:50:38 +0000 (22:50 -0500)
commitb9b1a60b5d696e3eef041216a120bb3eb62827a0
treec9fd93f12352781c0227a3c2de575735a68950f6
parent3853d1866be47f2fd575e970a12a985c45ac532d
Fix segfault when calling "i3 -C".

Commit 287a0b4 introduced a segfault when validating the i3 config
as the root_screen will not be set in this case, causing a null
pointer dereference.

fixes #2144
libi3/get_colorpixel.c
testcases/complete-run.pl
testcases/lib/SocketActivation.pm
testcases/lib/StartXServer.pm
testcases/lib/i3test.pm
testcases/lib/i3test/Util.pm [new file with mode: 0644]
testcases/t/171-config-migrate.t
testcases/t/262-config-validation.t [new file with mode: 0644]