In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in ceph_readdir when note_last_dentry returns error Reset the last_readdir at the same time, and add a comment explaining why we don't free last_readdir when dir_emit returns false.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.