slock icon indicating copy to clipboard operation
slock copied to clipboard

Fixing segmentation fault on password entry

Open NeelChotai opened this issue 6 years ago • 0 comments

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.

NeelChotai avatar Dec 15 '19 15:12 NeelChotai