Fixed
Created: Dec 10, 2025
Updated: Dec 11, 2025
Resolved Date: Dec 10, 2025
Found In Version: 10.22.33.1
Fix Version: 10.22.33.8
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]wifi: ipw2200: fix memory leak in ipw_wdev_init()[EOL][EOL]In the error path of ipw_wdev_init(), exception value is returned, and[EOL]the memory applied for in the function is not released. Also the memory[EOL]is not released in ipw_pci_probe(). As a result, memory leakage occurs.[EOL]So memory release needs to be added to the error path of ipw_wdev_init().