Re: [PATCH] io_uring: do not use pointer after free

2020-11-16 Thread Kevin Wolf
Am 13.11.2020 um 16:41 hat Paolo Bonzini geschrieben: > Even though only the pointer value is only printed, it is untidy > and Coverity complains. > > Cc: Stefan Hajnoczi > Signed-off-by: Paolo Bonzini Thanks, applied to the block branch. Kevin

[PATCH] io_uring: do not use pointer after free

2020-11-13 Thread Paolo Bonzini
Even though only the pointer value is only printed, it is untidy and Coverity complains. Cc: Stefan Hajnoczi Signed-off-by: Paolo Bonzini --- block/io_uring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/io_uring.c b/block/io_uring.c index 037af09471..00a3ee9fb8 100