projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
ba9e04a
4a009cb
)
Merge branch 'net-skb_put_padto-fixes'
author
David S. Miller
<davem@davemloft.net>
Wed, 9 Sep 2020 18:04:39 +0000
(11:04 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Sep 2020 18:04:39 +0000
(11:04 -0700)
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>
Trivial merge