Re: [ovs-dev] [PATCH] datapath-windows: Fix possible null dereference in ipfragment

2017-05-23 Thread Guru Shetty
On 17 May 2017 at 06:54, Alin Serdean wrote: > Found using static analysis tools. > > Signed-off-by: Alin Gabriel Serdean > Applied, thanks! > --- > datapath-windows/ovsext/IpFragment.c | 2 +- > 1 file changed, 1

Re: [ovs-dev] [PATCH] datapath-windows: Fix possible null dereference in ipfragment

2017-05-17 Thread Anand Kumar
Thanks for identifying and fixing this. Acked-by: Anand Kumar Regards, Anand Kumar On 5/17/17, 6:54 AM, "ovs-dev-boun...@openvswitch.org on behalf of Alin Serdean" wrote: Found using

[ovs-dev] [PATCH] datapath-windows: Fix possible null dereference in ipfragment

2017-05-17 Thread Alin Serdean
Found using static analysis tools. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/IpFragment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapath-windows/ovsext/IpFragment.c b/datapath-windows/ovsext/IpFragment.c index