Re: [ovs-dev] [PATCH v2 7/7] datapath-windows: Fix possible NULL dereference in IpFragment

2017-11-28 Thread Shashank Ram
On Nov 6, 2017 9:07 PM, "Alin Gabriel Serdean" wrote: From: Alin Serdean If we can't allocate the NBL just go to the cleanup sequence. Found using WDK 10 static code analysis. Signed-off-by: Alin Gabriel Serdean --- Acked-by: Shashank Ram ___ dev

[ovs-dev] [PATCH v2 7/7] datapath-windows: Fix possible NULL dereference in IpFragment

2017-11-06 Thread Alin Gabriel Serdean
From: Alin Serdean If we can't allocate the NBL just go to the cleanup sequence. Found using WDK 10 static code analysis. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/ovsext/IpFragment.c | 1 + 1 file changed, 1 insertion(+) diff --git a/datapath-windows/ovsext/IpFragment.c b/da