Re: [PATCH 1/2] w1: Use kfree_sensitive instead of memset+kfree

2020-09-09 Thread Alex Dewar
On 2020-09-09 20:41, Alex Dewar wrote: Issue identified with Coccinelle. Hmm, on second thoughts, I'm not sure this memory is so sensitive after all. Should we just remove the call to memset? Signed-off-by: Alex Dewar --- drivers/w1/w1.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions

[PATCH 1/2] w1: Use kfree_sensitive instead of memset+kfree

2020-09-09 Thread Alex Dewar
Issue identified with Coccinelle. Signed-off-by: Alex Dewar --- drivers/w1/w1.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c index e58c7592008d..4f597b0fd1da 100644 --- a/drivers/w1/w1.c +++ b/drivers/w1/w1.c @@ -71,8 +71,7 @@ static voi