commit | 653dbec7c97cb51d19636423902719e5850da265 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Wed Jun 02 17:46:31 2010 -0300 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jun 04 15:20:54 2010 +0200 |
tree | 2b5e6b92e8a952d73cd3d657420a12b5c5eebbeb | |
parent | 666daa68234b5b1758652633cab07d5ca6046a5b [diff] |
block: Fix serial number assignment 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 <lcapitulino@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>