Skip to content
Commit 05ac4484 authored by balaji-gontumukkala's avatar balaji-gontumukkala
Browse files

Handle unsupported SCMI message



 - In the SCMI handler table, unsupported messages are indicated by leaving the
   corresponding function pointer unassigned. However, there is no validation
   check on entry which leads to potential null pointer dereference while handling
   message.
 - This change explicitly initializes the handler table and validates
   entry in runtime to determine whether a given message is supported

Signed-off-by: balaji-gontumukkala's avatarBalaji Gontumukkala <balaji.gontumukkala@arm.com>
parent 4a947e88
Loading
Loading
Loading
Pipeline #20135 passed with stage
in 28 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment