CVE-2022-49794

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2025
Last modified:
02/05/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()<br /> <br /> If iio_trigger_register() returns error, it should call iio_trigger_free()<br /> to give up the reference that hold in iio_trigger_alloc(), so that it can<br /> call iio_trig_release() to free memory when the refcount hit to 0.

Impact