Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sock/posix: Fix sendmsg_idx rollover for zcopy
If the idx gets to UINT32_MAX we need to ensure it doesn't wrap around before we check if we're done iterating. This is a backport from 23.05. Original commit e351b19. Signed-off-by: Dmitry Savitskiy <[email protected]>
- Loading branch information