[hackers] Re: [slock][patch] clear passwords with explicit_bzero

From: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Sun, 31 Jul 2016 14:56:38 +0200

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