dect
/
linux-2.6
Archived
13
0
Fork 0

oprofile, arm: initialize perf_event pointers with NULL

The pointers must be NULL'ed to avoid double-freeing the pointers in
rare cases during reinitialization.

Signed-off-by: Robert Richter <robert.richter@amd.com>
This commit is contained in:
Robert Richter 2010-08-30 18:21:55 +02:00
parent c7fd239a64
commit 4cbe75be5c
1 changed files with 2 additions and 0 deletions

View File

@ -351,6 +351,8 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
{
int cpu, ret = 0;
memset(&perf_events, 0, sizeof(perf_events));
perf_num_counters = armpmu_get_max_events();
counter_config = kcalloc(perf_num_counters,