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

Commits on May 28, 2020

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

    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]>
    yangx-jy committed May 28, 2020
    Configuration menu
    Copy the full SHA
    0e0ccf5 View commit details
    Browse the repository at this point in the history