diff options
author | Mike Travis <travis@sgi.com> | 2009-01-10 21:58:09 -0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-11 19:13:02 +0100 |
commit | 802bf931f2688ad125b73db597ce63cc842fb27a (patch) | |
tree | e3715fce62ffeaac7f06f352dc538dccac215216 /kernel/pid.c | |
parent | 651f8118cf0a5724f23fe1de4a3d9d36b2e01c2e (diff) | |
download | kernel_samsung_smdk4412-802bf931f2688ad125b73db597ce63cc842fb27a.zip kernel_samsung_smdk4412-802bf931f2688ad125b73db597ce63cc842fb27a.tar.gz kernel_samsung_smdk4412-802bf931f2688ad125b73db597ce63cc842fb27a.tar.bz2 |
cpumask: fix bug in use cpumask_var_t in irq_desc
Impact: fix bug where new irq_desc uses old cpumask pointers which are freed.
As Yinghai pointed out, init_copy_one_irq_desc() copies the old desc to
the new desc overwriting the cpumask pointers. Since the old_desc and
the cpumask pointers are freed, then memory corruption will occur if
these old pointers are used.
Move the allocation of these pointers to after the copy.
Signed-off-by: Mike Travis <travis@sgi.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Diffstat (limited to 'kernel/pid.c')
0 files changed, 0 insertions, 0 deletions