summaryrefslogtreecommitdiff
path: root/tools/docs/parse-headers.py
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@linaro.org>2025-09-23 14:20:16 +0300
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>2025-10-19 15:12:36 +0300
commit77e67d5daaf155f7d0f99f4e797c4842169ec19e (patch)
treea0ce2c20b6d717a469c96ffb31cfe772eff068e3 /tools/docs/parse-headers.py
parent4ff71af020ae59ae2d83b174646fc2ad9fcd4dc4 (diff)
wifi: iwlwifi: fix potential use after free in iwl_mld_remove_link()
This code frees "link" by calling kfree_rcu(link, rcu_head) and then it dereferences "link" to get the "link->fw_id". Save the "link->fw_id" first to avoid a potential use after free. Fixes: d1e879ec600f ("wifi: iwlwifi: add iwlmld sub-driver") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://patch.msgid.link/aNKCcKlbSkkS4_gO@stanley.mountain Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Diffstat (limited to 'tools/docs/parse-headers.py')
0 files changed, 0 insertions, 0 deletions