Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/nettest_bsd.c: Assign the return value of netperf_sendfile to len #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yangx-jy
Copy link

len is declared but not assigned in sendfile_tcp_stream() so that
running netperf -t TCP_SENDFILE in loops may get random and unexpected
len, for example:
netperf: data send error: sendfile: No space left on device
len was -1334480592 send_size was 10240

Add the missing assignment to fix the issue.

Reported-by: kernel test robot [email protected]
Signed-off-by: Xiao Yang [email protected]

len is declared but not assigned in sendfile_tcp_stream() so that
running netperf -t TCP_SENDFILE in loops may get random and unexpected
len, for example:
netperf: data send error: sendfile: No space left on device
len was -1334480592 send_size was 10240

Add the missing assignment to fix the issue.

Reported-by: kernel test robot <[email protected]>
Signed-off-by: Xiao Yang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant