]> Git Repo - J-linux.git/commitdiff
Merge branch 'net-fix-use-after-free-bugs'
authorJakub Kicinski <[email protected]>
Thu, 5 Aug 2021 14:29:55 +0000 (07:29 -0700)
committerJakub Kicinski <[email protected]>
Thu, 5 Aug 2021 14:29:55 +0000 (07:29 -0700)
Pavel Skripkin says:

====================
net: fix use-after-free bugs

I've added new checker to smatch yesterday. It warns about using
netdev_priv() pointer after free_{netdev,candev}() call. I hope, it will
get into next smatch release.

Some of the reported bugs are fixed and upstreamed already, but Dan ran new
smatch with allmodconfig and found 2 more. Big thanks to Dan for doing it,
because I totally forgot to do it.
====================

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>

Trivial merge
This page took 0.041154 seconds and 4 git commands to generate.