commit | 0ddaa27803847f8c14a9aa8ebee4fff5f1a1c379 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Sep 09 11:04:39 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 09 11:04:39 2020 -0700 |
tree | ba215a0109a91902809faed11a077eeb1ba5a7d7 | |
parent | ba9e04a7ddf4f22a10e05bf9403db6b97743c7bf [diff] | |
parent | 4a009cb04aeca0de60b73f37b102573354214b52 [diff] |
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>