mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
If the connection is in the process of disconnecting, ic_socket can be
NULL. For icl_cxgbei_conn_transfer_setup(), lock the connection and
check ic_socket before using it. For icl_cxgbei_conn_task_setup(),
the caller already holds the connection lock, so assert it and bail
early with ECONNRESET if the connection is disconnecting.
Reported by: Jithesh Arakkan @ Chelsio
Fixes:
|
||
|---|---|---|
| .. | ||
| cxgbei.c | ||
| cxgbei.h | ||
| icl_cxgbei.c | ||