In the Linux kernel, the following vulnerability has been resolved: ACPI: scan: Fix a memory leak in an error handling path If 'acpi_device_set_name()' fails, we must free 'acpi_device_bus_id->bus_id' or there is a (potential) memory leak.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.