Re: [2.6 patch] drivers/ieee1394/raw1394.c: fix a NULL pointer dereference

From: Jody McIntyre
Date: Sun Nov 20 2005 - 18:39:07 EST


On Mon, Nov 21, 2005 at 12:20:09AM +0100, Adrian Bunk wrote:
> + if(cache->filled_head)
> + kfree(cache->filled_head);

Try again. kfree() of a NULL pointer is perfectly fine.

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