commit | 69ba423d35c25ae06fa419ac1d4f6c4e2b74e412 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue Sep 18 20:17:01 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 18 20:17:01 2018 -0700 |
tree | 196f9e53a53e7aa2c52573c446400640d54f35ad | |
parent | 126d6848ef13958e1cb959e96c21d19bc498ade9 [diff] | |
parent | ce7ea4af0838ffd4667ecad4eb5eec7a25342f1e [diff] |
Merge branch 'ipv6-fix-issues-on-accessing-fib6_metrics' Wei Wang says: ==================== ipv6: fix issues on accessing fib6_metrics 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. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>