Skip to content
Commit 1309d7af authored by Peter Huewe's avatar Peter Huewe Committed by Linus Torvalds
Browse files

char/tpm: Fix unitialized usage of data buffer



This patch fixes information leakage to the userspace by initializing
the data buffer to zero.

Reported-by: default avatarPeter Huewe <huewe.external@infineon.com>
Signed-off-by: default avatarPeter Huewe <huewe.external@infineon.com>
Signed-off-by: default avatarMarcel Selhorst <m.selhorst@sirrix.com>
[ Also removed the silly "* sizeof(u8)".  If that isn't 1, we have way
  deeper problems than a simple multiplication can fix.   - Linus ]
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0444d76a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment