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

getifaddrs support returning multiple IPv6 addresses #14869

Merged
merged 3 commits into from
Nov 21, 2024

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    4e951da View commit details
    Browse the repository at this point in the history
  2. net/getifaddrs: fix coverity bug

    Signed-off-by: meijian <[email protected]>
    Meissi-jian committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6bea7db View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. lib_getifaddrs.c:set the last multi ipv6addr next pointer to be NULL

    If the pointer is not set to zero, it will erroneously point to itself, resulting in an erroneous loop pointing
    
    Signed-off-by: wangchen <[email protected]>
    wangchen61698 authored and Meissi-jian committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2696c27 View commit details
    Browse the repository at this point in the history