漏洞标题
uio_hv_generic:修复错误处理路径中的另一个内存泄漏。
漏洞描述信息
在Linux内核中,已经解决了以下漏洞:
uio_hv_generic:修复错误处理路径中的另一个内存泄漏
在探测函数开始时,由'vmbus_alloc_ring()'分配的内存,在错误处理路径中从未被释放。
添加缺失的'vmbus_free_ring()'调用。
请注意,它已经在.remove函数中被释放了。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
在移除最后引用时对内存的释放不恰当(内存泄露)
漏洞标题
uio_hv_generic: Fix another memory leak in error handling paths
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
uio_hv_generic: Fix another memory leak in error handling paths
Memory allocated by 'vmbus_alloc_ring()' at the beginning of the probe
function is never freed in the error handling path.
Add the missing 'vmbus_free_ring()' call.
Note that it is already freed in the .remove function.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于存在内存泄漏问题。
CVSS信息
N/A
漏洞类别
其他