summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeter Maydell2018-12-10 12:26:47 +0100
committerKevin Wolf2019-02-01 13:46:44 +0100
commit0dbaaa7981e92a6b629b1cf0056dcafadd6ee8a5 (patch)
tree91b90cc0b1971ee3b2770baad6b1cab0a48e7444 /tests
parentvmdk: Reject excess extents in blockdev-create (diff)
downloadqemu-0dbaaa7981e92a6b629b1cf0056dcafadd6ee8a5.tar.gz
qemu-0dbaaa7981e92a6b629b1cf0056dcafadd6ee8a5.tar.xz
qemu-0dbaaa7981e92a6b629b1cf0056dcafadd6ee8a5.zip
block/vpc: Don't take address of fields in packed structs
Taking the address of a field in a packed struct is a bad idea, because it might not be actually aligned enough for that pointer type (and thus cause a crash on dereference on some host architectures). Newer versions of clang warn about this. Avoid the bug by generating the UUID into a local variable which is definitely safely aligned and then copying it into place. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions