The Linux kernel patch addressing CVE-2023-53209 fixes a simple but consequential logic error in the mac80211 hardware‑simulation driver (mac80211_hwsim): the code could call mac80211_hwsim_select_tx_link and dereference a station pointer (sta) without verifying it was non‑NULL, creating a...