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: 5c510e13a9cb ("lpm: add IPv6 support")

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
2016-05-02 15:15:45 +02:00
..
2016-03-11 15:56:07 +01:00
2016-05-02 12:37:49 +02:00
2016-03-11 15:56:07 +01:00
2016-03-11 15:56:07 +01:00