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

ftp: fix temp write of ipv6 address #11747

Closed
wants to merge 1 commit into from
Closed

Commits on Aug 28, 2023

  1. ftp: fix temp write of ipv6 address

    - During the check to differentiate between a port and IPv6 address
      without brackets, write the binary IPv6 address to an in6_addr.
    
    Prior to this change the binary IPv6 address was erroneously written to
    a sockaddr_in6 'sa6' when it should have been written to its in6_addr
    member 'sin6_addr'. There's no fallout because no members of 'sa6' are
    accessed before it is later overwritten.
    
    Closes #xxxx
    jay committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6404d1d View commit details
    Browse the repository at this point in the history