On Thu, Oct 25, 2018 at 02:49:14PM -0700, Yifeng Sun wrote: > Functions like scan_u8, return 0 when they failed to scan the expected > values. Function scan_geneve failed to check this situation. This leads > to using of uninitialized value of opt_len_mask. This patch fixes it > and further inspects and fixes all the problematic places where > the return values of scan_XXX functions are not properly handled. > > Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10800 > Signed-off-by: Yifeng Sun <[email protected]> > --- > v1->v2: Fix a compiler warning, > ovs-dev-bounces complains [ovs-dev] in the subject, remove it.
Thanks, applied to master and branch-2.10. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
