On Mon, Sep 14, 2015 at 11:14 AM, Joe Stringer <[email protected]> wrote: > Static code analysis reveals the following bug: > > net/openvswitch/conntrack.c:281 ovs_ct_helper() > warn: unsigned 'protoff' is never less than zero. > > This signedness bug breaks error handling for IPv6 extension headers when > using conntrack helpers. Fix the error by using a local signed variable. > > Fixes: cae3a2627520: "openvswitch: Allow attaching helpers to ct > action" > Reported-by: Dan Carpenter <[email protected]> > Signed-off-by: Joe Stringer <[email protected]>
Acked-by: Pravin B Shelar <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
