]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipv6-fix-issues-on-accessing-fib6_metrics'
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Sep 2018 03:17:01 +0000 (20:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Sep 2018 03:17:01 +0000 (20:17 -0700)
commitee774682de35b5641afb94980a8f70e38ce55d96
tree196f9e53a53e7aa2c52573c446400640d54f35ad
parentd17834a7a7e244c13a2df08aa9bf66b2d0662df0
parentf7bca83682654a59b5fb7a11d53b3d061e1d46fb
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>