Re: [Qemu-devel] [PATCH] block/iscsi: fix memory corruption on iscsi resize

2014-08-22 Thread Kevin Wolf
Am 22.08.2014 um 10:08 hat Peter Lieven geschrieben: > bs->total_sectors is not yet updated at this point. resulting > in memory corruption if the volume has grown and data is written > to the newly availble areas. > > CC: qemu-sta...@nongnu.org > Signed-off-by: Peter Lieven Thanks, applied to t

[Qemu-devel] [PATCH] block/iscsi: fix memory corruption on iscsi resize

2014-08-22 Thread Peter Lieven
bs->total_sectors is not yet updated at this point. resulting in memory corruption if the volume has grown and data is written to the newly availble areas. CC: qemu-sta...@nongnu.org Signed-off-by: Peter Lieven --- block/iscsi.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --