Re: [ovs-dev] [PATCH v1] Fix crash when processing malformed Bundle Add message in OVS

2018-05-10 Thread Ben Pfaff
n.org] > Sent: Thursday, May 10, 2018 2:33 AM > To: Anju Thomas > Cc: d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v1] Fix crash when processing malformed Bundle > Add message in OVS > > On Mon, May 07, 2018 at 10:58:06PM +0530, Anju Thomas wrote: > > When a

Re: [ovs-dev] [PATCH v1] Fix crash when processing malformed Bundle Add message in OVS

2018-05-10 Thread Anju Thomas
Hi Ben, Yes. This patch certainly looks more cleaner and better to me . Thanks Anju -Original Message- From: Ben Pfaff [mailto:b...@ovn.org] Sent: Thursday, May 10, 2018 2:33 AM To: Anju Thomas Cc: d...@openvswitch.org Subject: Re: [ovs-dev] [PATCH v1] Fix crash when processing

Re: [ovs-dev] [PATCH v1] Fix crash when processing malformed Bundle Add message in OVS

2018-05-09 Thread Ben Pfaff
On Mon, May 07, 2018 at 10:58:06PM +0530, Anju Thomas wrote: > When an OpenFlow Bundle Add message is received, a bundle entry is > created and the OpenFlow message embedded in the bundle add message is > processed. If any error is encountered while processing the embedded > message, the bundle en

[ovs-dev] [PATCH v1] Fix crash when processing malformed Bundle Add message in OVS

2018-05-07 Thread Anju Thomas
When an OpenFlow Bundle Add message is received, a bundle entry is created and the OpenFlow message embedded in the bundle add message is processed. If any error is encountered while processing the embedded message, the bundle entry is freed. The bundle entry free function assumes that the entry h