mbox series

[v2,4.19/5.4/5.10,0/1] RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()

Message ID 20240919144022.14291-1-n.zhandarovich@fintech.ru (mailing list archive)
Headers show
Series RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish() | expand

Message

Nikita Zhandarovich Sept. 19, 2024, 2:40 p.m. UTC
The following patch aims to fix a possible NULL-ptr-dereference that
occurs if a call to get_ep_from_tid() fails to assign nonzero
value.

Upstream commit 283861a4c52c1ea4df3dd1b6fc75a50796ce3524 has been
backported up to version 5.15. For some reason, older stable branches
have been ignored.

This backport can be cleanly applied to 4.19, 5.4 and 5.10 versions.

v2: Add stable maintainers as patch recepients.