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
| ||
|
Message-ID: <6897af6d0908270816w5ee81dd5j98bd11fe1d49479d@mail.gmail.com> Date: Thu, 27 Aug 2009 08:16:40 -0700 From: Maciej Żenczykowski <maze@...gle.com> To: "David S. Miller" <davem@...emloft.net> Cc: netdev@...r.kernel.org Subject: regression: Apparently missing err assignment in ipv6 bind AFAICT, 2.6.30.5 and 2.6.31-rc7 both include a change in net/ipv6/af_inet6.c http://lxr.linux.no/linux+v2.6.30.5/net/ipv6/af_inet6.c#L298 which results in a possible error return path with no err assignment. I believe the error should be EADDRNOTAVAIL. -- Maciej View attachment "bindv6err-2.6.30.5.patch" of type "text/x-patch" (492 bytes) View attachment "bindv6err-2.6.31-rc7.patch" of type "text/x-patch" (496 bytes)