Avoid seg fault in rte_hash_lookup_bulk 02/72302/4
authorLuc Provoost <luc.provoost@intel.com>
Thu, 1 Apr 2021 13:54:38 +0000 (15:54 +0200)
committerLuc Provoost <luc.provoost@intel.com>
Tue, 6 Apr 2021 13:34:36 +0000 (13:34 +0000)
commit6bffe8d5a58d62a377bbad0025b604f4be04a3b0
tree1a3f2b9a082c9de3d2e0b518e3bfff47813bb50e
parentecec1b2f7c993d712e252a73c51736e4c9548533
Avoid seg fault in rte_hash_lookup_bulk

In case we receive a NON-IPv4 packet, we discard the packet. However,
this made the rte_hash_lookup_bulk crash. Hence the keys parameter has
changed to avoid the crash.

Change-Id: I093688a0b59d44667a42147fd67fbc7901d6dba4
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
VNFs/DPPD-PROX/handle_cgnat.c