]> git.proxmox.com Git - ovs.git/commit - ofproto/ofproto-dpif-xlate.c
ofproto-dpif-xlate: Fix an additional misaligned reference to ovs_u128.
authorBen Pfaff <blp@ovn.org>
Wed, 14 Jun 2017 16:20:07 +0000 (09:20 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 14 Jun 2017 19:34:40 +0000 (12:34 -0700)
commit89cf41eca75e28b85423c04f0ed7665a0f160a26
tree42e4a71f9e4b81d11b17e27072ac6717a5da4b60
parentab79d262e17442926f1e480984ad663b978d46d7
ofproto-dpif-xlate: Fix an additional misaligned reference to ovs_u128.

nl_msg_put_unspec_uninit() can return a pointer that is only 4-byte
aligned.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Lance Richardson <lrichard@redhat.com>
lib/odp-util.c
ofproto/ofproto-dpif-xlate.c