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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 18 Nov 2009 11:09:18 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	jharan@...cade.COM
Cc:	netdev@...r.kernel.org
Subject: Re: NETLINK sockets dont honor SO_RCVLOWAT?

From: Jeff Haran <jharan@...cade.COM>
Date: Wed, 18 Nov 2009 11:00:35 -0800

> If the open source community doesn't want a fix for something that
> is obviously broken, that's fine.

It is a bug in your opinion, and adding a check for these cases
doesn't necessarily make the kernel any better.

You can even check BSD, it behaves just like we do for several socket
options (they are just pieces of state stored in the socket, having
protocol specific checks and/or callbacks for every single socket
option would be just a lot of useless bloat).

And when all else fails BSD's behavior is what we use to determine
what is reasonable.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ