Am 27.11.2023 um 16:18 hat Eric Blake geschrieben: > On Fri, Nov 24, 2023 at 11:56:54AM +0000, Fam wrote: > > From: Fam Zheng <[email protected]> > > > > If the text description file is larger than DESC_SIZE, we force the last > > byte in the buffer to be 0 and write it out. > > > > This results in a corruption. > > > > Try to allocate a big buffer in this case. > > > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1923 > > > > Signed-off-by: Fam Zheng <[email protected]> > > --- > > block/vmdk.c | 28 ++++++++++++++++++++-------- > > tests/qemu-iotests/059 | 2 ++ > > tests/qemu-iotests/059.out | 4 ++++ > > 3 files changed, 26 insertions(+), 8 deletions(-) > > Reviewed-by: Eric Blake <[email protected]> > > Are we trying to get this into 8.2, since it is a data corruption?
Yes, I've queued it for -rc2. Kevin
