Skip to content
Commit a4a16bea authored by Eric Dumazet's avatar Eric Dumazet Committed by Robert Richter
Browse files

oprofile: fix an overflow in ppro code

reset_value was changed from long to u64 in commit
b9917028

 (oprofile: Implement Intel
architectural perfmon support)

But dynamic allocation of this array use a wrong type (long instead of
u64)

Cc: Andi Kleen <ak@linux.intel.com>
Signed-off-by: default avatarEric Dumazet <dada1@cosmosbay.com>
Signed-off-by: default avatarRobert Richter <robert.richter@amd.com>
parent 9bf1a244
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment