On Tue, 2016-11-15 at 05:46 -0500, Alexander Duyck wrote: > Fix a small memory leak that can occur where we leak a fib_alias in the > event of us not being able to insert it into the local table. > > Fixes: 0ddcf43d5d4a0 ("ipv4: FIB Local/MAIN table collapse") > Reported-by: Eric Dumazet <eduma...@google.com> > Signed-off-by: Alexander Duyck <alexander.h.du...@intel.com> > --- > net/ipv4/fib_trie.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-)
Acked-by: Eric Dumazet <eduma...@google.com>