Re: [ovs-dev] [PATCH 1/5] datapath-windows: read overrun in vxlan.c

2016-09-20 Thread Alin Serdean
Please disregard this patch I'll post a new series. > -Original Message- > From: Alin Serdean > Sent: Wednesday, September 21, 2016 12:07 AM > To: dev@openvswitch.org > Cc: Alin Serdean > Subject: [PATCH 1/5] datapath-windows: read overrun in vxlan.c > > Fix possible read overrun. > > S

[ovs-dev] [PATCH 1/5] datapath-windows: read overrun in vxlan.c

2016-09-20 Thread Alin Serdean
Fix possible read overrun. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/Vxlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapath-windows/ovsext/Vxlan.c b/datapath-windows/ovsext/Vxlan.c index ddd8d8e..8a681a9 100644 --- a/datapath-windows/ovsext/Vxl