Thread (8 messages) 8 messages, 3 authors, 2015-01-06

Re: [PATCH] Use memzero_explicit to clear local buffers

From: Giel van Schijndel <hidden>
Date: 2015-01-06 19:42:33
Also in: linux-cifs, lkml

On Mon, Jan 05, 2015 at 10:36:37 +1100, Herbert Xu wrote:
On Sun, Jan 04, 2015 at 11:49:09PM +0100, Giel van Schijndel wrote:
quoted
quoted
sctx does not point to stack memory so this is bogus.

Only stack memory cleared just before it goes out of scope needs
memzero_explicit.
Is that because the compiler can't safely optimize memset(0) away for a
variable with greater-than-local scope?
Exactly.  memzero_explicit is not a marker for sensitive data.
Its only purpose is to prevent the compiler from optimising away
zeroing that occurs at the end of a scope.
Question: are you sure the compiler won't optimize the call to memset(0)
way if it's immediately followed by kfree()?

Because one of my changes concerns that situation.

Another actually does change a stack-allocated buffer, I'll split that
one off right away.

-- 
Met vriendelijke groet,
With kind regards,
Giel van Schijndel
--
"When all you have is a hammer, everything starts to look like a nail."
  -- Abraham Maslow

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help