numam-dpdk/lib/librte_lpm
Daniel Mrzyglod 9199cd6d51 lpm6: fix possible garbage in lookup
Fix issue reported by clang scan-build

Value of pointer tbl_next was uninitialized. When function lookup_step()
take else branch it may provide garbage into tbl = tbl_next;

Fixes: 5c510e13a9 ("lpm: add IPv6 support")

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
2016-05-02 15:15:45 +02:00
..
Makefile lpm/arm: support NEON 2016-03-11 15:56:07 +01:00
rte_lpm6.c lpm6: fix possible garbage in lookup 2016-05-02 15:15:45 +02:00
rte_lpm6.h lpm6: fix missing header dependency 2016-05-02 12:37:49 +02:00
rte_lpm_neon.h lpm/arm: support NEON 2016-03-11 15:56:07 +01:00
rte_lpm_sse.h lpm/x86: move SSE implementation to be architecture agnostic 2016-03-11 15:50:11 +01:00
rte_lpm_version.map lpm: extend IPv4 next hop field 2016-03-09 22:57:43 +01:00
rte_lpm.c lpm: fix freeing in compatibility mode 2016-05-02 12:37:48 +02:00
rte_lpm.h lpm/arm: support NEON 2016-03-11 15:56:07 +01:00