]> git.proxmox.com Git - mirror_ovs.git/commit
datapath-windows: null comparison for icmp and tcp header
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Mon, 28 Nov 2016 14:11:57 +0000 (14:11 +0000)
committerGurucharan Shetty <guru@ovn.org>
Tue, 29 Nov 2016 18:39:31 +0000 (10:39 -0800)
commit09995ba1240576ff028721d90432923588e585a0
tree6b1b27adf6fed131d1b41a1f663835b44f5fe431
parent34a2010c83a6fc0d02fd3ab138961a41e56c8718
datapath-windows: null comparison for icmp and tcp header

This patch checks if the TCP or ICMP header exists before trying to use
them.

The issue was found using the driver under low resources.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
datapath-windows/ovsext/Conntrack.c