diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2018-09-26 23:17:42 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-10-02 19:09:13 +0200 |
commit | d41ca5afe3bc513ecf10b3ba5aa59523e3cd54aa (patch) | |
tree | bc22418e7e5070b59caa1679638f436b94b33b36 /qemu-nbd.c | |
parent | b255df7e6ee2b6da7a54b62b8e6c145054fec0db (diff) |
virtio: do not take address of packed members
The address of a packed member is not packed, which may cause accesses
to unaligned pointers. Avoid this by reading the packed value before
passing it to another function.
Cc: Jason Wang <jasowang@redhat.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-nbd.c')
0 files changed, 0 insertions, 0 deletions