]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list
authorPietro Borrello <borrello@diag.uniroma1.it>
Thu, 9 Feb 2023 12:13:05 +0000 (12:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Feb 2023 11:55:57 +0000 (12:55 +0100)
commit747a17e25aecb4ea8a66427058e0d2d2a25046ad
tree80305ea0cd7c0e741563d3c3a24ed9c591d425ba
parenta5c51e0c3202820192db3f3809e072f3ca2b1177
sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list

commit a1221703a0f75a9d81748c516457e0fc76951496 upstream.

Use list_is_first() to check whether tsp->asoc matches the first
element of ep->asocs, as the list is not guaranteed to have an entry.

Fixes: 8f840e47f190 ("sctp: add the sctp_diag.c file")
Signed-off-by: Pietro Borrello <borrello@diag.uniroma1.it>
Acked-by: Xin Long <lucien.xin@gmail.com>
Link: https://lore.kernel.org/r/20230208-sctp-filter-v2-1-6e1f4017f326@diag.uniroma1.it
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/sctp/diag.c