[ovs-dev] [PATCH 3/3] ofproto-dpif-xlate: Fix an additional misaligned reference to ovs_u128.

Ben Pfaff blp at ovn.org
Wed Jun 14 19:48:20 UTC 2017


On Wed, Jun 14, 2017 at 01:23:35PM -0400, Lance Richardson wrote:
> > From: "Ben Pfaff" <blp at ovn.org>
> > To: dev at openvswitch.org
> > Cc: "Ben Pfaff" <blp at ovn.org>
> > Sent: Wednesday, 14 June, 2017 12:24:57 PM
> > Subject: [ovs-dev] [PATCH 3/3] 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 at ovn.org>
> > ---
> >  lib/odp-util.c               | 11 +++++++----
> >  ofproto/ofproto-dpif-xlate.c | 11 +++++------
> >  2 files changed, 12 insertions(+), 10 deletions(-)
> > 
> 
> Acked-by: Lance Richardson <lrichard at redhat.com>

Thanks for the reviews.  I applied these to master and branch-2.7.


More information about the dev mailing list