In the Linux kernel, the following vulnerability has been resolved:
RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()
Sashiko points out that mlx4_srq_alloc() was not undone during error
unwind, add the missing call to mlx4_srq_free().
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-05-28 10:16
Updated : 2026-06-17 10:53
NVD link : CVE-2026-46178
Mitre link : CVE-2026-46178
CVE.ORG link : CVE-2026-46178
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
