CVE Published: 21/05/2024 |
CVE Updated: 04/11/2024 |
CVE Year: 2022 Source: Linux |
Vendor: Linux |
Product: Linux Status : PUBLISHED
CVE-2022-48709 Description
In the Linux kernel, the following vulnerability has been resolved:
ice: switch: fix potential memleak in ice_add_adv_recipe()
When ice_add_special_words() fails, the \'rm\' is not released, which will
lead to a memory leak. Fix this up by going to \'err_unroll\' label.
Compile tested only.