Re: [PATCH net 0/2] ipv6: fix issues on accessing fib6_metrics

2018-09-18 Thread David Miller
From: Wei Wang Date: Tue, 18 Sep 2018 13:44:58 -0700 > From: Wei Wang > > The latest fix on the memory leak of fib6_metrics still causes > use-after-free. > This patch series first revert the previous fix and propose a new fix > that is more inline with ipv4 logic and is tested to fix the > use

[PATCH net 0/2] ipv6: fix issues on accessing fib6_metrics

2018-09-18 Thread Wei Wang
From: Wei Wang The latest fix on the memory leak of fib6_metrics still causes use-after-free. This patch series first revert the previous fix and propose a new fix that is more inline with ipv4 logic and is tested to fix the use-after-free issue reported. Wei Wang (2): Revert "ipv6: fix double