]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-skb_put_padto-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Sep 2020 18:04:39 +0000 (11:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Sep 2020 18:04:39 +0000 (11:04 -0700)
commit94829608788fcaba5c35227c2a06a0c5c58723fd
treeba215a0109a91902809faed11a077eeb1ba5a7d7
parentbdf6849e65971a76b782bc1d6d8bed2d54c87041
parentaeb7f1c6910738cdb99c06c1613b3e7e94333ecd
Merge branch 'net-skb_put_padto-fixes'

Eric Dumazet says:

====================
net: skb_put_padto() fixes

sysbot reported a bug in qrtr leading to use-after-free.

First patch fixes the issue.

Second patch addes __must_check attribute to avoid similar
issues in the future.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>