Re: [ovs-dev] [PATCH] dpif-netlink: Fix dumping uninitialized netdev flow stats.

2020-01-06 Thread Ilya Maximets
On 05.01.2020 10:42, Roi Dayan wrote: > > > On 2020-01-04 2:44 AM, Ilya Maximets wrote: >> dpif logging functions expects to be called after the operation. >> log_flow_del_message() dumps flow stats on success which are not >> initialized before the actual call to netdev_flow_del(): >> >> Condit

Re: [ovs-dev] [PATCH] dpif-netlink: Fix dumping uninitialized netdev flow stats.

2020-01-05 Thread Roi Dayan
On 2020-01-04 2:44 AM, Ilya Maximets wrote: > dpif logging functions expects to be called after the operation. > log_flow_del_message() dumps flow stats on success which are not > initialized before the actual call to netdev_flow_del(): > > Conditional jump or move depends on uninitialised val

[ovs-dev] [PATCH] dpif-netlink: Fix dumping uninitialized netdev flow stats.

2020-01-03 Thread Ilya Maximets
dpif logging functions expects to be called after the operation. log_flow_del_message() dumps flow stats on success which are not initialized before the actual call to netdev_flow_del(): Conditional jump or move depends on uninitialised value(s) at 0x6090875: _itoa_word (_itoa.c:179) by 0