Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prov/sockets: set the domain for rx_ctrl_ctx
The domain needs to be set for rx_ctrl_ctx as it can be accessed by the following call chain: 1/ sock_pe_progress_tx_ctx() 2/ sock_pe_progress_rx_ctrl_ctx() 3/ sock_pe_progress_rx_pe_entry() 4/ sock_pe_process_recv() 5/ ock_pe_process_rx_read() 6/ Then sock_mr_verify_key() will segfault because rx_ctx->domain is set to NULL Change-Id: I5ed3dbd2cf4483acbdfdd781692c09a261cd5198
- Loading branch information