Sun, Jul 28, 2019 at 01:37:26AM CEST, colin.king@xxxxxxxxxxxxx wrote: >From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > >Currently there are two error return paths that leak memory allocated >to fib_work. Fix this by kfree'ing fib_work before returning. > >Addresses-Coverity: ("Resource leak") >Fixes: 19a9d136f198 ("ipv4: Flag fib_info with a fib_nh using IPv6 gateway") >Fixes: dbcc4fa718ee ("rocker: Fail attempts to use routes with nexthop objects") >Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Acked-by: Jiri Pirko <jiri@xxxxxxxxxxxx>