lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 6 Jan 2020 02:19:52 +0100
From:   Laurent Bigonville <bigon@...on.be>
To:     netdev@...r.kernel.org
Subject: Error in comment in include/uapi/linux/in6.h?

Hello,

Looking at the ipv6_mreq struct in include/uapi/linux/in6.h, the comment
for the ipv6mr_ifindex member says "local IPv6 address of interface",
shouldn't that be "index of the interface" or something like that? Or am
I mistaken here?

struct ipv6_mreq {
        /* IPv6 multicast address of group */
        struct in6_addr ipv6mr_multiaddr;

        /* local IPv6 address of interface */
        int             ipv6mr_ifindex;
};

BTW, the include/uapi/linux/in6.h file is not listed in the MAINTAINERS
file.

Kind regards,

Laurent Bigonville

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ