Skip to content
Commit fdb6a8f4 authored by Robert Richter's avatar Robert Richter Committed by Ingo Molnar
Browse files

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: default avatarRobert Richter <robert.richter@amd.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent c903ff83
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