Message ID | 1616721648-56258-1-git-send-email-yekai13@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | crypto: replace memset by memzero_explicit | expand |
On Fri, Mar 26, 2021 at 09:20:45AM +0800, Kai Ye wrote: > use memzero_explicit instead of memset to clear sensitive data, > such as buffer or key. Does this fix a real issue? If not then it's just unnecessary churn. Thanks,