In the Linux kernel, the following vulnerability has been resolved:
scsi: qla2xxx: Fix double free of the ha->vp_map pointer
Coverity scan reported potential risk of double free of the pointer
ha->vp_map. ha->vp_map was freed in qla2x00_mem_alloc(), and again freed
in function qla2x00_mem_free(ha).
Assign NULL to vp_map and kfree take care of NULL.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-01 06:15
Updated : 2024-05-23 19:10
NVD link : CVE-2024-26930
Mitre link : CVE-2024-26930
CVE.ORG link : CVE-2024-26930
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-415
Double Free