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.5
Severity: Standard
Applicable for: Wind River Linux LTS 22
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]net: stmmac: fix possible memory leak in stmmac_dvr_probe()[EOL][EOL]The bitmap_free() should be called to free priv->af_xdp_zc_qps[EOL]when create_singlethread_workqueue() fails, otherwise there will[EOL]be a memory leak, so we add the err path error_wq_init to fix it.