diff options
author | Lin Ma <[email protected]> | 2021-10-07 19:44:30 +0200 |
---|---|---|
committer | David S. Miller <[email protected]> | 2021-10-08 17:24:32 +0100 |
commit | 1b1499a817c90fd1ce9453a2c98d2a01cca0e775 (patch) | |
tree | 4d49ead6174f2e3dfbf98a98cfd502079c1bdd73 /scripts/gdb/linux/utils.py | |
parent | 95f7f3e7dc6bd2e735cb5de11734ea2222b1e05a (diff) |
nfc: nci: fix the UAF of rf_conn_info object
The nci_core_conn_close_rsp_packet() function will release the conn_info
with given conn_id. However, it needs to set the rf_conn_info to NULL to
prevent other routines like nci_rf_intf_activated_ntf_packet() to trigger
the UAF.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Lin Ma <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions