[hackers] Re: [slock][patch] clear passwords with explicit_bzero
Bah sorry, directly after sending I noticed an obvious mistake :P
explicit_bzero(&passwd, len);
should be safer:
explicit_bzero(&passwd, sizeof(passwd));
Updated full patch below:
Received on Sun Jul 31 2016 - 14:56:38 CEST
This archive was generated by hypermail 2.3.0
: Sun Jul 31 2016 - 15:00:21 CEST