On 16 July 2014 12:15, Joe Stringer <[email protected]> wrote: > > + ovs_nla_copy_flow(a[OVS_FLOW_ATTR_KEY], a[OVS_FLOW_ATTR_MASK], > + new_flow->nl_match_cache);
I realised that this needs to be wrapped in a NULL check for "new_flow->nl_match_cache", in case the skb_alloc() fails. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
