commit | fdb6a8f4db813b4e50f4e975efe6be12ba5bf460 | [log] [tgz] |
---|---|---|
author | Robert Richter <robert.richter@amd.com> | Sat Jan 17 17:13:27 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Jan 17 17:26:39 2009 +0100 |
tree | ffb4cd30eb41639779925f7c81eaba0e95e9261a | |
parent | c903ff837909ccada51243307d4239f86af40179 [diff] |
oprofile: fix uninitialized use of struct op_entry Impact: fix crash In case of losing samples struct op_entry could have been used uninitialized causing e.g. a wrong preemption count or NULL pointer access. This patch fixes this. Signed-off-by: Robert Richter <robert.richter@amd.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>