Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_async_driver.cc: fix NEGATIVE_RETURNS
Fix for: CID 1254374 (#1 of 1): Argument cannot be negative (NEGATIVE_RETURNS) 1. negative_return_fn: Function socket(2, SOCK_STREAM, 0) returns a negative number. 2. var_assign: Assigning: signed variable connect_sd = socket. 3. negative_returns: connect_sd is passed to a parameter that cannot be negative. Signed-off-by: Danny Al-Gaaf <[email protected]>
- Loading branch information