[ovs-dev] [PATCH 0/6] Fix build breakage due to uninitalized data

Ben Pfaff blp at ovn.org
Mon Jul 31 23:24:39 UTC 2017


On Mon, Jul 31, 2017 at 01:46:52PM -0700, Andy Zhou wrote:
> On Mon, Jul 31, 2017 at 1:02 PM, Ben Pfaff <blp at ovn.org> wrote:
> > One of the builds on travis (using jemalloc), as well as all of the builds
> > on my own local system, get failures in a couple of tests due to
> > uninitialized data seen by the odp_mask_attr_is_wildcard() function.  This
> > series fixes the problem.
> >
> > Ben Pfaff (6):
> >   odp-util: Fix misleading parameter names.
> >   odp-util: More carefully validate attribute length in
> >     odp_flow_format().
> >   odp-util: Rewrite odp_mask_attr_is_exact().
> >   odp-util: Drop special case for OVS_KEY_ATTR_TUNNEL for exact mask
> >     checks.
> >   util: New function is_all_byte().
> >   odp-util: Make checks for exact or wildcard masks more precise.
> 
> Thanks for fixing the travis build and for improve the readability of
> those functions.
> 
> For the whole series,
> Acked-by: Andy Zhou <azhou at ovn.org>

Thanks a lot.  I applied this to master.


More information about the dev mailing list