Re: [patch] afs: potential null dereference
From: David Howells
Date: Mon Mar 22 2010 - 08:05:36 EST
Dan Carpenter <error27@xxxxxxxxx> wrote:
> It seems clear from the surrounding code that xpermits is allowed to be
> NULL here.
Interesting. The memcpy() won't oops due to this because if it is given a
NULL pointer, it will also be given a zero count. I wonder if this means the
if-statement your patch adds is actually unnecessary...
David
--
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/