opened 07:56PM - 04 Aug 21 UTC
```
gcc src/main.c src/keycodes.c -o kloak -lm -lpthread -Wdate-time -D_FORTIFY…_SOURCE=2 -g -O2 -ffile-prefix-map=/build/kloak-0.2.29=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now
gcc src/eventcap.c -o eventcap -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/build/kloak-0.2.29=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wl,-z,now
In file included from /usr/include/string.h:495,
from src/main.c:2:
In function 'strncpy',
inlined from 'main' at src/main.c:554:5:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/main.c: In function 'main':
src/main.c:554:5: note: length computed here
554 | strncpy(_rescue_keys_str, rescue_keys_str, strlen(rescue_keys_str));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```