net: ipvs: sctp: add missing verdict assignments in sctp_conn_schedule
If skb_header_pointer() fails, we need to assign a verdict, that is NF_DROP in this case, otherwise, we would leave the verdict from conn_schedule() uninitialized when returning. Signed-off-by: NDaniel Borkmann <dborkman@redhat.com> Acked-by: NJesper Dangaard Brouer <brouer@redhat.com> Acked-by: NNeil Horman <nhorman@tuxdriver.com> Acked-by: NJulian Anastasov <ja@ssi.bg> Signed-off-by: NSimon Horman <horms@verge.net.au>
Showing
想要评论请 注册 或 登录