Re: [ovs-dev] [PATCH 03/10] dpif-netdev: Handle uninitialized value error for 'match.wc'

2019-09-17 Thread William Tu
On Wed, Sep 11, 2019 at 02:18:29PM -0700, Yifeng Sun wrote: > Valgrind reported that match.wc was not initialized, as below: > > 1176: ofproto-dpif - fragment handling - actions > > ==21214== Conditional jump or move depends on uninitialised value(s) > ==21214==at 0x4B77C1:

[ovs-dev] [PATCH 03/10] dpif-netdev: Handle uninitialized value error for 'match.wc'

2019-09-11 Thread Yifeng Sun
Valgrind reported that match.wc was not initialized, as below: 1176: ofproto-dpif - fragment handling - actions ==21214== Conditional jump or move depends on uninitialised value(s) ==21214==at 0x4B77C1: odp_flow_key_from_flow__ (odp-util.c:6143) ==21214==by 0x46DB58: dp_netdev_upcall