mbox series

[0/1] s390/dasd: fix use after free

Message ID 20210804151800.4031761-1-sth@linux.ibm.com (mailing list archive)
Headers show
Series s390/dasd: fix use after free | expand

Message

Stefan Haberland Aug. 4, 2021, 3:17 p.m. UTC
Hi Jens,

please apply the following patch that fixes an use after free error in
the DASD driver.

Stefan Haberland (1):
  s390/dasd: fix use after free in dasd path handling

 drivers/s390/block/dasd_eckd.c | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

Comments

Jens Axboe Aug. 4, 2021, 3:20 p.m. UTC | #1
On 8/4/21 9:17 AM, Stefan Haberland wrote:
> Hi Jens,
> 
> please apply the following patch that fixes an use after free error in
> the DASD driver.
> 
> Stefan Haberland (1):
>   s390/dasd: fix use after free in dasd path handling
> 
>  drivers/s390/block/dasd_eckd.c | 13 +++++++++++--
>  1 file changed, 11 insertions(+), 2 deletions(-)

Applied, thanks.