Re: [PATCH] Use NULL instead of integer 0 in security/selinux/

From: David S. Miller
Date: Wed Jul 07 2004 - 22:29:13 EST


On Thu, 08 Jul 2004 13:12:41 +1000
Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> wrote:

> What's wrong with using 0 as the NULL pointer? In contexts where
> a plain 0 is unsafe, NULL is usually unsafe as well.

It's a general sparse cleanup people are doing across the
entire tree. It's the "proper" way to do pointer comparisons
post-K&R.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/