slock
slock copied to clipboard
Fixing segmentation fault on password entry
Without the crypt header, the running = !!strcmp(crypt(passwd, pws), pws); line is misinterpreted by GCC.
Fix found from https://github.com/kuravih/gllock/pull/5.