Re: [Qemu-devel] [PATCH] block: Fix serial number assignment

2010-06-03 Thread Markus Armbruster
Luiz Capitulino writes: > We should use 'dinfo->serial' length, 'serial' is a pointer, so > the serial number length is currently limited to the pointer size. > > This fixes https://bugs.launchpad.net/qemu/+bug/584143 and is also > valid for stable. > > Signed-off-by: Luiz Capitulino > --- > vl

[Qemu-devel] [PATCH] block: Fix serial number assignment

2010-06-02 Thread Luiz Capitulino
We should use 'dinfo->serial' length, 'serial' is a pointer, so the serial number length is currently limited to the pointer size. This fixes https://bugs.launchpad.net/qemu/+bug/584143 and is also valid for stable. Signed-off-by: Luiz Capitulino --- vl.c |2 +- 1 files changed, 1 insertion