diff options
author | Sudeep Holla <[email protected]> | 2022-07-01 17:03:10 +0100 |
---|---|---|
committer | Sudeep Holla <[email protected]> | 2022-07-04 14:28:42 +0100 |
commit | 689640efc0a2c4e07e6f88affe6d42cd40cc3f85 (patch) | |
tree | 94561a4c6e52ec4e21ae5b751811a5b251531b7f /drivers/usb/cdns3/cdns3-trace.c | |
parent | 4ce7e51dc712f8a006ce6abcc49f788c79287c03 (diff) |
firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails
When scpi probe fails, at any point, we need to ensure that the scpi_info
is not set and will remain NULL until the probe succeeds. If it is not
taken care, then it could result use-after-free as the value is exported
via get_scpi_ops() and could refer to a memory allocated via devm_kzalloc()
but freed when the probe fails.
Link: https://lore.kernel.org/r/[email protected]
Cc: [email protected] # 4.19+
Reported-by: huhai <[email protected]>
Reviewed-by: Jackie Liu <[email protected]>
Signed-off-by: Sudeep Holla <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.c')
0 files changed, 0 insertions, 0 deletions