CVE-2022-50326
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
15/09/2025
Última modificación:
15/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
media: airspy: fix memory leak in airspy probe<br />
<br />
The commit ca9dc8d06ab6 ("media: airspy: respect the DMA coherency<br />
rules") moves variable buf from stack to heap, however, it only frees<br />
buf in the error handling code, missing deallocation in the success<br />
path.<br />
<br />
Fix this by freeing buf in the success path since this variable does not<br />
have any references in other code.



