commit | 0dc3d523e8bc4718e0be2e4a742367d6e4be77cd | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Tue Jul 21 00:55:05 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jul 22 09:29:52 2009 -0700 |
tree | fca11240e17b99220f83c16ca79eabe6688be7a3 | |
parent | 61fe087059614226978f4d7bb36da26cb2d28f9f [diff] |
perf: fix stack data leak the "reserved" field was not initialized to zero, resulting in 4 bytes of stack data leaking to userspace.... Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>