← Back to CVE List

CVE-2022-49105

Published: 2025-02-26T07:00Z
Last Modified: 2025-03-13T21:34Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: staging: wfx: fix an error handling in wfx_init_common() One error handler of wfx_init_common() return without calling ieee80211_free_hw(hw), which may result in memory leak. And I add one err label to unify the error handler, which is useful for the subsequent changes. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt