Overview
About vulnerability
In the Linux kernel, the following vulnerability has been resolved:
s390/dasd: Fix potential memleak in dasd_eckd_init()
dasd_reserve_req is allocated before dasd_vol_info_req, and it
also needs to be freed before the error returns, just like the other
cases in this function.
Details
- Affected product:
- AlmaLinux 9.2 ESU , Oracle Linux 7 ELS , TuxCare 9.6 ESU , Ubuntu 20.04 ELS
- Affected packages:
- linux @ 5.4.0 (+3 more)
In the Linux kernel, the following vulnerability has been resolved:
s390/dasd: Fix potential memleak in dasd_eckd_init()
dasd_reserve_req is allocated before dasd_vol_info_req, and it
also needs to be freed before the error returns, just like the other
cases in this function.