[hackers] [st][PATCH] Add 14th bit to XK_SWITCH_MOD bitmask

2021-07-17 Thread petarkapris
From: Petar Kapriš The bits of uint signal in an XKeyEvent which concern the key group (keyboard layout) are bits 13 and 14, as documented here: https://www.x.org/releases/X11R7.7/doc/libX11/XKB/xkblib.html#Groups_and_Shift_Levels In the older version, only bit 13 was marked as part of

[hackers] [sbase] tar: check if reallocarray failed

2021-07-17 Thread Hiltjo Posthuma
Hi, The patch below is for sbase tar: >From 2eec3e07a5bd1ed1fa41ca02865297ab7d8b5fa8 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sat, 17 Jul 2021 21:03:27 +0200 Subject: [PATCH] tar: check if reallocarray failed --- tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff