Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coverity: CID 739617 (#1 of 1): Unchecked return value (CHECKED_RETURN) At (7): Calling function "sendto(walker->helloSkfd, (char const *)hello, 25UL, 0, (struct sockaddr *)&dest, 16U)" without checking return value. This library function may fail and return an error code. At (8): No check of the return value of "sendto(walker->helloSkfd, ( char const *)hello, 25UL, 0, (struct sockaddr *)&dest, 16U)". CID 739617 (#2 of 2): Unchecked return value (CHECKED_RETURN) At (7): Calling function "sendto(walker->helloSkfd, (char const *)hello, 25UL, 0, (struct sockaddr *)&dest6, 28U)" without checking return value. This library function may fail and return an error code. At (8): No check of the return value of "sendto(walker->helloSkfd, ( char const *)hello, 25UL, 0, (struct sockaddr *)&dest6, 28U)". Signed-off-by: Ferry Huberts <[email protected]>
- Loading branch information