Re: [ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity

2016-05-20 Thread Paul Boca
Hi Nithin! Thanks for your review and changes! Regards, Paul > -Original Message- > From: Nithin Raju [mailto:nit...@vmware.com] > Sent: Friday, May 20, 2016 1:31 AM > To: Paul Boca; dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH V2] datapath-windows: Validate

Re: [ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity

2016-05-19 Thread Nithin Raju
. Other than that the patch looks good. Thanks, -- Nithin -Original Message- From: dev on behalf of Paul Boca Date: Wednesday, April 27, 2016 at 1:05 AM To: "dev@openvswitch.org" Subject: [ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity >Solved acc

Re: [ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity

2016-05-17 Thread Paul Boca
ailto:dev@openvswitch.org>" mailto:dev@openvswitch.org>> Subject: [ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity Solved access violation when trying to acces netling message - obtained with forged IOCTLs Signed-off-by: Paul-Daniel Boca mailto:pb...@cloudbas

Re: [ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity

2016-05-17 Thread Paul Boca
Sent: Tuesday, May 17, 2016 8:42 PM > To: Paul Boca; dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets > integrity > > Hi Paul, > Can you point out the particular code that fixed the access violation? > > I looked at the c

Re: [ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity

2016-05-17 Thread Nithin Raju
mailto:dev@openvswitch.org>> Subject: [ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity Solved access violation when trying to acces netling message - obtained with forged IOCTLs Signed-off-by: Paul-Daniel Boca mailto:pb...@cloudbasesolutions.com>> Acke

Re: [ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity

2016-05-17 Thread Nithin Raju
are trying to address? -- Nithin -Original Message- From: dev on behalf of Paul Boca Date: Wednesday, April 27, 2016 at 1:05 AM To: "dev@openvswitch.org" Subject: [ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity >Solved access violation when

Re: [ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity

2016-05-16 Thread Ben Pfaff
On Wed, Apr 27, 2016 at 08:05:47AM +, Paul Boca wrote: > Solved access violation when trying to acces netling message - obtained with > forged IOCTLs > > Signed-off-by: Paul-Daniel Boca > Acked-by: Alin Gabriel Serdean > --- > V2: Fixed alignement problems Applied, thanks!

[ovs-dev] [PATCH V2] datapath-windows: Validate netlink packets integrity

2016-04-27 Thread Paul Boca
Solved access violation when trying to acces netling message - obtained with forged IOCTLs Signed-off-by: Paul-Daniel Boca Acked-by: Alin Gabriel Serdean --- V2: Fixed alignement problems --- datapath-windows/ovsext/Datapath.c| 45 ++--- datapath-windows/ovsext/Flow.c