Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal()

2022-04-04 Thread Ilya Maximets
On 4/5/22 00:45, Ilya Maximets wrote: > On 3/14/22 09:51, Eelco Chaudron wrote: >> >> >> On 11 Mar 2022, at 21:38, Paolo Valerio wrote: >> >>> Considering the following flows: >>> >>> ovs-ofctl dump-flows br0 >>> cookie=0x0, duration=2431.944s, table=0, n_packets=0, n_bytes=0, >>> priority=0

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal()

2022-04-04 Thread Ilya Maximets
On 3/14/22 09:51, Eelco Chaudron wrote: > > > On 11 Mar 2022, at 21:38, Paolo Valerio wrote: > >> Considering the following flows: >> >> ovs-ofctl dump-flows br0 >> cookie=0x0, duration=2431.944s, table=0, n_packets=0, n_bytes=0, priority=0 >> actions=NORMAL >> >> and assuming a packet

Re: [ovs-dev] [PATCH] ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal()

2022-03-14 Thread Eelco Chaudron
On 11 Mar 2022, at 21:38, Paolo Valerio wrote: > Considering the following flows: > > ovs-ofctl dump-flows br0 > cookie=0x0, duration=2431.944s, table=0, n_packets=0, n_bytes=0, priority=0 > actions=NORMAL > > and assuming a packet originated from packet-out in this way: > > ovs-ofctl

[ovs-dev] [PATCH] ofproto-dpif-xlate: Fix NULL pointer dereference in xlate_normal()

2022-03-11 Thread Paolo Valerio
Considering the following flows: ovs-ofctl dump-flows br0 cookie=0x0, duration=2431.944s, table=0, n_packets=0, n_bytes=0, priority=0 actions=NORMAL and assuming a packet originated from packet-out in this way: ovs-ofctl packet-out br0