Re: Hopefully, kmalloc() will always succeed, but if it doesn't then....

From: Pekka Enberg
Date: Sun Oct 22 2006 - 16:23:27 EST


On 10/22/06, Amit Choudhary <amit2030@xxxxxxxxx> wrote:
So, if memory allocation to 'a' fails, it is going to kfree 'b'. But since 'b'
is not initialized, kfree may crash (unless DEBUG is defined).

I have seen the same case at many places when allocating in a loop.

So you found a bug. Why not send a patch to fix it?
-
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/