all repos — slstatus @ 2c114ec2b506e32d54586110c710c78ef156e066

my build of slstatus (tools.suckless.org/slstatus/)

keyboard_indicators: fix segfault when -s is specified
Ali H. Fardan raiz@firemail.cc
Sat, 12 Aug 2017 07:01:13 +0300
commit

2c114ec2b506e32d54586110c710c78ef156e066

parent

6f011743921db04e5513df45c5ac4b2c752d52de

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M slstatus.cslstatus.c

@@ -380,9 +380,15 @@

static const char * keyboard_indicators(void) { + Display *dpy = XOpenDisplay(NULL); XKeyboardState state; + if (dpy == NULL) { + warnx("XOpenDisplay failed"); + return UNKNOWN_STR; + } XGetKeyboardControl(dpy, &state); + XCloseDisplay(dpy); switch (state.led_mask) { case 1: