Re: Minor net/core/sock.c security issue?

David S. Miller (davem@redhat.com)
Mon, 23 Jul 2001 20:41:04 -0700 (PDT)


Albert D. Cahalan writes:
> Long term, __builtin_min() and __builtin_max() would be nice.

I would even avoid this, what is the signedness of their
arguments and return values? The answer is: I don't care,
because I have to look it up.

And if I have to look it up, I know that most people _won't_ look it
up and will just guess or assume. Most people are therefore likely to
misuse it.

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/