CVE-2022-50088

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-50088
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-50088.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-50088
Downstream
Published
2025-06-18T11:15:37Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

mm/damon/reclaim: fix potential memory leak in damonreclaiminit()

damonreclaiminit() allocates a memory chunk for ctx with damonnewctx(). When damonselectops() fails, ctx is not released, which will lead to a memory leak.

We should release the ctx with damondestroyctx() when damonselectops() fails to fix the memory leak.

References

Affected packages