Re: kfree(NULL)

From: Pekka Enberg
Date: Sat Apr 22 2006 - 13:52:20 EST


Andrew Morton writes:
> > Yes, kfree(NULL) is supposed to be uncommon. If someone's doing it a lot
> > then we should fix up the callers.

On 4/22/06, Paul Mackerras <paulus@xxxxxxxxx> wrote:
> Well, we'd have to start by fixing up the janitors that run around
> taking out the if statements in the callers. :)

No, it's not the janitors fault that we have paths doing lots of
kfree(NULL) calls. NULL check removal didn't create the problem, but
it makes it more visible definitely.

Pekka
-
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/