In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/debugfs: fix file release memory leak When using single_open() for opening, single_release() should be called, otherwise the 'op' allocated in single_open() will be leaked.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.