In the Linux kernel, the following vulnerability has been resolved:
mm/damon/core: fix potential memory leak by cleaning opsfilter in damondestroy_scheme
Currently, damondestroyscheme() only cleans up the filter list but leaves ops_filter untouched, which could lead to memory leaks when a scheme is destroyed.
This patch ensures both filter and opsfilter are properly freed in damondestroy_scheme(), preventing potential memory leaks.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/40xxx/CVE-2025-40229.json"
}