Skip to content

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