about summary refs log tree commit diff
path: root/pkgs/tools/X11/sct/DISPLAY-segfault.patch
blob: 6b83afa332babe091b7810076ab4cb1505c7a9fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- a/sct.c	2017-09-22 00:44:20.270421881 +0000
+++ b/sct.c	2017-09-26 10:50:38.964562740 +0000
@@ -36,6 +36,7 @@
 main(int argc, char **argv)
 {
 	Display *dpy = XOpenDisplay(NULL);
+	if (!dpy) exit(1);
 	int screen = DefaultScreen(dpy);
 	Window root = RootWindow(dpy, screen);