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

lib/iov_iter: initialize "flags" in new pipe_buffer #92

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

Commits on Mar 27, 2023

  1. lib/iov_iter: initialize "flags" in new pipe_buffer

    The functions copy_page_to_iter_pipe() and push_pipe() can both
    allocate a new pipe_buffer, but the "flags" member initializer is
    missing.
    
    Fixes: 241699c ("new iov_iter flavour: pipe-backed")
    To: Alexander Viro <[email protected]>
    To: [email protected]
    To: [email protected]
    Cc: [email protected]
    Signed-off-by: Max Kellermann <[email protected]>
    Signed-off-by: Al Viro <[email protected]>
    MaxKellermann authored and strlcat committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    36fd773 View commit details
    Browse the repository at this point in the history