perf: Fix stack data leak
authorArjan van de Ven <arjan@linux.intel.com>
Tue, 21 Jul 2009 07:55:05 +0000 (00:55 -0700)
committerPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 22 Jul 2009 16:05:55 +0000 (18:05 +0200)
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>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>

No differences found