In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak [why] Resource release is needed on the error handling path to prevent memory leak. [how] Fix this by adding kfree on the error handling path.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.