]> git.itanic.dy.fi Git - linux-stable/commit
net/core/skbuff: Check the return value of skb_copy_bits()
authorlily <floridsleeves@gmail.com>
Tue, 23 Aug 2022 05:44:11 +0000 (22:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Aug 2022 12:16:48 +0000 (13:16 +0100)
commitc624c58e08b15105662b9ab9be23d14a6b945a49
treee1deb141dbb7593b362de15cec8744fed89b7e0a
parent76de008340ecf55fe4cfb54137b8a56d87a98f9f
net/core/skbuff: Check the return value of skb_copy_bits()

skb_copy_bits() could fail, which requires a check on the return
value.

Signed-off-by: Li Zhong <floridsleeves@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c