commit | 8fbb07d191157c5dbec7da5988fa73b0b0c0ec00 | [log] [tgz] |
---|---|---|
author | Charlie Bareham <charlie.bareham@arm.com> | Wed Aug 07 17:29:34 2024 +0100 |
committer | Charlie Bareham <charlie.bareham@arm.com> | Tue Aug 27 09:11:26 2024 +0100 |
tree | d404fe324acee9e0f40e53cf50b44500e634767e | |
parent | 6a22225c77d71dab1e539b1025b4f388fbddc767 [diff] |
fix(sdei): fix a crash when attempting to bind more events than are available You can only bind a limited number of events in each range. If you attempt to bind more, it was crashing. This patch makes it return an error code instead. Change-Id: Ib19f0f0780959ded244d45349d9d6c8607255c15 Signed-off-by: Charlie Bareham <charlie.bareham@arm.com>