Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: sockets: Update msg_controllen in recvmsg properly
If adding any control data like timestamping or pkt_info fails, the msg_controllen wasn't properly cleared. This commit aims to fix this by clearing the msg_controllen only when adding control data is successful. Fixes zephyrproject-rtos#77303 Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
- Loading branch information